add 'clean' makefile target

This commit is contained in:
Jeffrey Paul 2019-11-03 03:09:49 -08:00
parent 3f5f386395
commit 0c2516c373
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ rundebug: build
run: build
./$(FN)
clean:
rm ./$(FN)
build: ./$(FN)
./$(FN): *.go