aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 587280c..656cfab 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ $(BUILDDIR)/%.o: %.c hostconfig.h
$(CC) $(CFLAGS) -c -o $@ $<
clean:
- $(RM) -r $(BUILDDIR)/ test/build/ $(OUT) *.o a.out
+ $(RM) -r -- $(BUILDDIR)/ test/build/ $(OUT) *.o a.out
clean-config: clean
$(RM) -r config.mk hostconfig.h