Skip to content

Commit a1b97b9

Browse files
committed
✨ Add makefile
1 parent 43a7a1f commit a1b97b9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Makefile

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)