th7/Makefile

6 lines
70 B
Makefile
Raw Permalink Normal View History

2023-11-21 22:33:20 +00:00
FLAGS=-v -buildvcs=true
2023-11-21 14:45:14 +00:00
2023-11-21 22:33:20 +00:00
all:
go build $(FLAGS)
clean:
rm -rf th7