11 lines
107 B
Makefile
11 lines
107 B
Makefile
|
def: scrapper tipitypy
|
||
|
@
|
||
|
|
||
|
scrapper:
|
||
|
go build -o ./bin/$@ ./cmd/$@
|
||
|
|
||
|
tipitypy:
|
||
|
go build
|
||
|
|
||
|
.PHONY: tipitypy
|