Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Commit

Permalink
TER-232: Fix clean target in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat authored and Shr3ps committed Mar 5, 2018
1 parent 661bddb commit 2321029
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 @@ -17,4 +17,4 @@ install:

.PHONY: clean
clean:
if [ -f ${BINARY} ] ; then rm ${BINARY} ; fi
if [ -f ${BINARY} ] ; then rm ${BINARY} ; fi

0 comments on commit 2321029

Please sign in to comment.