summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2018-10-31 16:35:28 -0600
committerAaron Ball <nullspoon@oper.io>2018-10-31 16:35:28 -0600
commit094f02adde2e843cdbf4f0ca1f44d109697b6ac5 (patch)
treee6b8c24c9f920bc059cafae9dbbb3e8305e3d545
parent5be85e293db9fd73d19a71b354ca1bd9cde553a1 (diff)
downloadgpgedit-094f02adde2e843cdbf4f0ca1f44d109697b6ac5.tar.gz
gpgedit-094f02adde2e843cdbf4f0ca1f44d109697b6ac5.tar.xz
Makefile:Add 'clean' targetHEADmaster
This deletes all of the contents of the obj directory.
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eb9cf15..c00cbcc 100644
--- a/Makefile
+++ b/Makefile
@@ -11,3 +11,6 @@ all:
debug:
make all DBG=-g
+
+clean:
+ if [ -d obj ]; then rm -f obj/*; fi

Generated by cgit