mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
make clean should remove subsurface.exe as well
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
63c36e5e11
commit
e84cdf59bb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -209,4 +209,4 @@ doc:
|
|||
$(MAKE) -C Documentation doc
|
||||
|
||||
clean:
|
||||
rm -f $(OBJS) *~ $(NAME)
|
||||
rm -f $(OBJS) *~ $(NAME) $(NAME).exe
|
||||
|
|
Loading…
Reference in a new issue