aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-09-13 14:43:34 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-09-13 14:43:34 -0700
commite84cdf59bba08464e48a0159ffbef7d2f923c8cd (patch)
treeee167f2b7934b39c3f839cf0a566644bae0d176a /Makefile
parent63c36e5e11ffe1d7d701e58063ac848e8ee9e813 (diff)
downloadsubsurface-e84cdf59bba08464e48a0159ffbef7d2f923c8cd.tar.gz
make clean should remove subsurface.exe as well
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5bef6f2b0..8c7717b34 100644
--- a/Makefile
+++ b/Makefile
@@ -209,4 +209,4 @@ doc:
$(MAKE) -C Documentation doc
clean:
- rm -f $(OBJS) *~ $(NAME)
+ rm -f $(OBJS) *~ $(NAME) $(NAME).exe