GofileScrapper/Makefile

8 lines
111 B
Makefile
Raw Normal View History

2024-03-19 17:20:55 +01:00
.PHONY all:
all:
go build -o build/scrapper && chmod +x build/scrapper
.PHONY clean:
clean:
rm -rfv build/*