Skip to content

Commit

Permalink
✨ Add makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
smolijar committed Dec 3, 2019
1 parent 43a7a1f commit a1b97b9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
default: run raf
install:
go install
run: install
go run main.go
raf: toxic
strfile toxic
clean:
rm -rf toxic toxic.dat

0 comments on commit a1b97b9

Please sign in to comment.