diff options
Diffstat (limited to 'progs/fp/Makefile')
-rw-r--r-- | progs/fp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/progs/fp/Makefile b/progs/fp/Makefile index a395b734ef6..09f22d1a7b5 100644 --- a/progs/fp/Makefile +++ b/progs/fp/Makefile @@ -86,9 +86,9 @@ UTIL_FILES = readtex.h readtex.c default: $(UTIL_FILES) $(PROGS) clean: - rm -f $(PROGS) - rm -f *.o - rm -f getproclist.h + -rm -f $(PROGS) + -rm -f *.o + -rm -f getproclist.h # auto code generation |