Files
appify/Makefile
2018-05-06 17:36:20 +01:00

7 lines
105 B
Makefile

test:
go build -o testdata/app testdata/app.go
go build -o appify
go test
rm appify
rm testdata/app