Skip to content
Snippets Groups Projects
Commit 9aebe65a authored by dawid.dymarczy's avatar dawid.dymarczy
Browse files

makefile uptade

parent 2c74e854
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ SRCS:=$(shell find . -name "*.c")
OBJS:=$(SRCS:.c=.o)
DEPS:=$(OBJS:%.o=%.d)
# Nom du programme Go
GOBIN := image-viewer-go
GOBIN := imageviewer
# Commande pour compiler le programme Go
GOCMD := GOOS=linux GOARCH=arm GOARM=7 CGO_ENABLED=0 go build
GOFLAGS := -a -tags netgo -ldflags '-w -extldflags "-static"'
......
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment