Skip to content

Commit

Permalink
Fix clean target to not cause an error when output directory does not…
Browse files Browse the repository at this point in the history
… exist.
  • Loading branch information
fmela committed Jan 4, 2013
1 parent a7cdd6e commit 240191b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ $(OUTPUT_DIR)/%: %.c $(STATIC_LIB) GNUmakefile


.PHONY: clean .PHONY: clean
clean: clean:
rm -r $(OUTPUT_DIR) if test -d $(OUTPUT_DIR); then rm -r $(OUTPUT_DIR); fi


.PHONY: analyze .PHONY: analyze
analyze: analyze:
Expand Down

0 comments on commit 240191b

Please sign in to comment.