mirror of
https://github.com/RoganDawes/P4wnP1_aloa.git
synced 2025-03-17 21:31:56 +01:00
fix Makefile
This commit is contained in:
parent
73ea258f0f
commit
0abc0f9863
3
Makefile
3
Makefile
@ -46,7 +46,8 @@ dep:
|
||||
|
||||
compile:
|
||||
go get -u github.com/mame82/P4wnP1_go/... # partially downloads again, but we need the library packages in go path to build
|
||||
env GOBIN=$(CURDIR)/build go install ./... # compile all main packages to the build folder
|
||||
# <--- second compilation, maybe -d flag on go get above is better
|
||||
env GOBIN=$(CURDIR)/build go install ./cmd/... # compile all main packages to the build folder
|
||||
|
||||
# compile the web app
|
||||
# ToDo: (check if dependencies have been fetched by 'go get', even with the build js tags)
|
||||
|
Loading…
x
Reference in New Issue
Block a user