aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-03-14 17:28:47 +0100
committerlemon <lsof@mailbox.org>2026-03-14 17:46:57 +0100
commit83d6db6bdc27980cb6c7c9dab77ee0ce4516579e (patch)
treeed3da9d26502ed6c3f5845489498d30db37ab5bc /Makefile
parent42ce457bba06bd3607fc04700a919b6c395f22c3 (diff)
make clean rm --
Diffstat (limited to 'Makefile')
-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