fix: fixed Makefile

This commit is contained in:
evilsocket 2018-01-07 17:00:10 +01:00
commit 956f00bbcc

View file

@ -6,7 +6,7 @@ all: build
@echo "@ Done" @echo "@ Done"
@echo -n "\n" @echo -n "\n"
build: deps build_file build: build_file
@echo "@ Building ..." @echo "@ Building ..."
@go build $(FLAGS) -o $(TARGET) . @go build $(FLAGS) -o $(TARGET) .
@ -17,7 +17,7 @@ build_file: resources
@echo " BuildDate = \"$(BUILD_DATE)\"" >> $(BUILD_FILE) @echo " BuildDate = \"$(BUILD_DATE)\"" >> $(BUILD_FILE)
@echo ")" >> $(BUILD_FILE) @echo ")" >> $(BUILD_FILE)
resources: resources: deps
@echo "@ Compiling resources into go files ..." @echo "@ Compiling resources into go files ..."
@go-bindata -o net/oui_compiled.go -pkg net net/oui.dat @go-bindata -o net/oui_compiled.go -pkg net net/oui.dat