summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 12f280a..ee2c866 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,6 @@ CFLAGS+=-g -Wall -Werror
all: $(MAIN)
$(MAIN): $(OBJECTS)
- $(CC) $(LDFLAGS) $< -o $@
-
+
clean:
rm -f *.o $(MAIN)