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
DO=./build/utils.sh
SET_CONFIG=$(DO) set-config
DO := ./build/utils.sh
SET_CONFIG := $(DO) set-config
DESTDIR ?= '/'
define colorecho
@tput setaf 118
@echo $1
@tput sgr0
@tput setaf 118 || true
@echo $1 || true
@tput sgr0 || true
endef

Loading…
Cancel
Save