7 lines
51 B
Makefile
7 lines
51 B
Makefile
|
.PHONY: build
|
||
|
|
||
|
all: build
|
||
|
|
||
|
build:
|
||
|
go-deb --repo .
|