From 956f00bbcc82dacd8ec7376c0420b509ed7e96b2 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Sun, 7 Jan 2018 17:00:10 +0100 Subject: [PATCH] fix: fixed Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7fce0915..c305d8e1 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ all: build @echo "@ Done" @echo -n "\n" -build: deps build_file +build: build_file @echo "@ Building ..." @go build $(FLAGS) -o $(TARGET) . @@ -17,7 +17,7 @@ build_file: resources @echo " BuildDate = \"$(BUILD_DATE)\"" >> $(BUILD_FILE) @echo ")" >> $(BUILD_FILE) -resources: +resources: deps @echo "@ Compiling resources into go files ..." @go-bindata -o net/oui_compiled.go -pkg net net/oui.dat