diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2012-09-13 14:43:34 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-09-13 14:43:34 -0700 |
commit | e84cdf59bba08464e48a0159ffbef7d2f923c8cd (patch) | |
tree | ee167f2b7934b39c3f839cf0a566644bae0d176a /Makefile | |
parent | 63c36e5e11ffe1d7d701e58063ac848e8ee9e813 (diff) | |
download | subsurface-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -209,4 +209,4 @@ doc: $(MAKE) -C Documentation doc clean: - rm -f $(OBJS) *~ $(NAME) + rm -f $(OBJS) *~ $(NAME) $(NAME).exe |