Makefile: change Makefile to use `all` instead of `make`

how did it even work before lol
master
Drake 3 years ago
parent c3e5485cf8
commit 3a629b76f4
No known key found for this signature in database
GPG Key ID: 9B83455BD94F12A3

@ -17,7 +17,7 @@ endif
ifndef PROGS
PROGS := whoami arch ls pwd basename uname yes
endif
make:
all:
mkdir -p bin
for prog in ${PROGS}; do ${CC} -o bin/$$prog -Ilib ${CC_FLAGS} src/$$prog.c; done
tv:

Loading…
Cancel
Save