aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6ef7263..0530b06 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,6 @@ sources = $(wildcard src/*.c)
objects = $(sources:.c=.o)
flags = -g
-
$(exec): $(objects)
clang $(objects) $(flags) -o $(exec)