aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 603ae7a..d4a46f3 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ obj/%.o: %.c common.h
$(CC) $(CFLAGS) -MMD -MP -MT $@ -MF obj/$*.d -c -o $@ $<
clean:
- $(RM) -r obj/ $(OUT)
+ $(RM) -r obj/ $(OUT) *.o a.out
.PHONY: clean