Makefile: make targets phony.

master
Drake 3 years ago
parent 38d1b0bbc4
commit 9a92991bf1
No known key found for this signature in database
GPG Key ID: 9B83455BD94F12A3

@ -5,6 +5,7 @@ PROGS ?= arch basename cat chroot cp ls pwd rm uname whoami yes
EXCLUDE_PROGS ?= rm
DESTDIR ?= /
.PHONY: all debug clean build-release install
all:
@mkdir -p bin
all: ${PROGS}
@ -34,3 +35,4 @@ install:
@for prog in ${EXCLUDE_PROGS}; do \
mv /tmp/$$prog bin; \
done

Loading…
Cancel
Save