diff options
Diffstat (limited to 'crypter/Makefile')
-rw-r--r-- | crypter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypter/Makefile b/crypter/Makefile index 57409a9..0508caa 100644 --- a/crypter/Makefile +++ b/crypter/Makefile @@ -26,5 +26,6 @@ endif clean: $(RM) -f $(patsubst %.o,%,$(TARGETS)) $(TARGETS) $(patsubst %.o,%.h,$(TARGETS)) + $(RM) -f *.o .PHONY: all clean |