diff options
| author | 2026-03-14 17:28:47 +0100 | |
|---|---|---|
| committer | 2026-03-14 17:46:57 +0100 | |
| commit | 83d6db6bdc27980cb6c7c9dab77ee0ce4516579e (patch) | |
| tree | ed3da9d26502ed6c3f5845489498d30db37ab5bc /Makefile | |
| parent | 42ce457bba06bd3607fc04700a919b6c395f22c3 (diff) | |
make clean rm --
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |