GofileScrapper/Makefile
2024-03-19 17:20:55 +01:00

8 lines
111 B
Makefile

.PHONY all:
all:
go build -o build/scrapper && chmod +x build/scrapper
.PHONY clean:
clean:
rm -rfv build/*