tipitypy/Makefile
2025-02-15 19:21:41 +02:00

11 lines
107 B
Makefile

def: scrapper tipitypy
@
scrapper:
go build -o ./bin/$@ ./cmd/$@
tipitypy:
go build
.PHONY: tipitypy