Adds make clean

This commit is contained in:
Stephen McQuay 2018-03-08 16:23:50 -08:00
parent 1c60f1e0e5
commit f3531af469
Signed by: sm
GPG Key ID: 4E4B72F479BA3CE5
1 changed files with 4 additions and 0 deletions

View File

@ -26,3 +26,7 @@ bin/hwl: cmd/hwl/main.go bin
bin:
mkdir bin
.PHONY: clean
clean:
@rm -fv bin/{hw,hwl,hwc}