Browse Source

fix makefile

sisyphus
Dustin Falgout 8 years ago
parent
commit
1b2b36c498
  1. 11
      Makefile

11
Makefile

@ -1,12 +1,13 @@
#!/bin/make -f #!/bin/make -f
DO=./build/utils.sh DO := ./build/utils.sh
SET_CONFIG=$(DO) set-config SET_CONFIG := $(DO) set-config
DESTDIR ?= '/'
define colorecho define colorecho
@tput setaf 118 @tput setaf 118 || true
@echo $1 @echo $1 || true
@tput sgr0 @tput sgr0 || true
endef endef

Loading…
Cancel
Save