Skip to content

Commit

Permalink
Updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
plutobell committed Aug 14, 2021
1 parent 549d27f commit c5596de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OUTPUT = build
GOOS = linux
OS_NAME = $(shell uname -o)

build: clean vet main.go server.go device.go device_test.go go.mod go.sum
build: clean vet main.go server device config go.mod go.sum
@echo "-> Building"

@echo "-> 1 Building the "${PROGRAM}_${GOOS}_armv5_32
Expand Down

0 comments on commit c5596de

Please sign in to comment.