aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9c05b9a..3d6b855 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,9 @@
-
CC = clang
CLAGS = -Wall -g
LDFLAGS =
BUILDDIR = build
SOURCEDIR = src
OBJECTDIR = obj
-
OUTPUT = headstripper
SRCS = $(wildcard $(SOURCEDIR)/*.c)