aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/makefile b/makefile
index a6c8b0b..283c44e 100644
--- a/makefile
+++ b/makefile
@@ -148,8 +148,9 @@ clean:
rm $(PRG_BINDIR)/*
expunge:
- rm -rf $(PRG_BINDIR); \
- rm -rf $(PRG_SRCDIR)/$(PRG_NAME);
+ rm -f $(PRG_SRCDIR)/*; \
+ rm -rf $(PRG_SRCDIR)/$(PRG_NAME); \
+ rm -rf $(PRG_BINDIR);
distclean: expunge