make clean should remove subsurface.exe as well

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2012-09-13 14:43:34 -07:00
parent 63c36e5e11
commit e84cdf59bb

View file

@ -209,4 +209,4 @@ doc:
$(MAKE) -C Documentation doc
clean:
rm -f $(OBJS) *~ $(NAME)
rm -f $(OBJS) *~ $(NAME) $(NAME).exe