diff --git a/Makefile b/Makefile index eb6da0f..95979b9 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ wifi: *.go */*.go go.* go build -o $@ -ldflags "-s -w" -tags osusergo,netgo file $@ -module.tar.gz: wifi first_run.sh +module.tar.gz: wifi first_run.sh meta.json # the bundled module rm -f $@ tar czf $@ $^