From 16024fc807919b8e89ddc8c8b9fb5928b1297241 Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 22 Mar 2018 16:38:37 -0700 Subject: [PATCH] Clean dev binary --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0ce959f..25144ae 100644 --- a/Makefile +++ b/Makefile @@ -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