Clean dev binary

This commit is contained in:
dave 2018-03-22 16:38:37 -07:00
parent 510abac2f9
commit 16024fc807
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ ilogarchive: tmp/ilogarchivego.stripped
upx $(UPXLEVEL) tmp/ilogarchivego.stripped -o ilogarchive
clean:
rm -f ilogarchive tmp/*
rm -f ilogarchive ilogarchive.dev tmp/*
.PHONY: dev