From c9cee0a6f613d872e073fba979319d832b33ea57 Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Mon, 4 Jan 2016 21:37:35 -0300 Subject: Initial commit --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7bba597 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +CC=clang +CFLAGS=-Wall -Wextra -O0 -g +EXE=profile +SOURCES=profile.c + +all: + $(CC) $(CFLAGS) -o $(EXE) $(SOURCES) $(LDFLAGS) -- cgit v1.2.3-70-g09d2