aboutsummaryrefslogtreecommitdiff
path: root/crypter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypter/Makefile')
-rw-r--r--crypter/Makefile1
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