Skip to content

Commit

Permalink
correct clean for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed May 19, 2009
1 parent b98cdc1 commit 1ff320a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ $(BUILD):
#---------------------------------------------------------------------------------
clean:
@echo clean ...
@rm -fr $(BUILD) $(OUTPUT)
@rm -fr $(BUILD) $(OUTPUT)$(EXEEXT)

#---------------------------------------------------------------------------------
all: clean $(BUILD)
Expand Down

0 comments on commit 1ff320a

Please sign in to comment.