aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b7da90..fee73ad 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ install: $(MAIN)
clean:
$(RM) *.o $(MAIN)
-$(MAIN): $(OBJS)
+$(MAIN): $(OBJS)
$(CC) $(CFLAGS) $(INCLUDES) -s -o $(MAIN) $(OBJS) $(LDFLAGS) $(LIBS)
.c.o: