tipitypy/Makefile

11 lines
107 B
Makefile
Raw Normal View History

2025-02-15 18:06:22 +01:00
def: scrapper tipitypy
@
scrapper:
go build -o ./bin/$@ ./cmd/$@
tipitypy:
go build
.PHONY: tipitypy