We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a7a1f commit a1b97b9Copy full SHA for a1b97b9
Makefile
@@ -0,0 +1,9 @@
1
+default: run raf
2
+install:
3
+ go install
4
+run: install
5
+ go run main.go
6
+raf: toxic
7
+ strfile toxic
8
+clean:
9
+ rm -rf toxic toxic.dat
0 commit comments