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 5af40ba..be28de4 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ build/%.o: %.c common.h
$(CC) $(CFLAGS) -MMD -MP -MT $@ -MF build/$*.d -c -o $@ $<
clean:
- $(RM) -r build// $(OUT) *.o a.out
+ $(RM) -r build/ test/build/ $(OUT) *.o a.out
.PHONY: clean