mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
fix: fixed Makefile
This commit is contained in:
parent
1fe7d37cdd
commit
956f00bbcc
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue