`yes`/Makefile: make yes compile in Makefile.

master
Drake 3 years ago
parent 52de6400ae
commit 633b40c3a0
No known key found for this signature in database
GPG Key ID: 9B83455BD94F12A3

@ -15,7 +15,7 @@ endif
CC_FLAGS := ${CC_FLAGS} -I/opt/webos-sdk-x86_64/1.0.g/sysroots/armv7a-neon-webos-linux-gnueabi/usr/include --sysroot=/opt/webos-sdk-x86_64/1.0.g/sysroots/armv7a-neon-webos-linux-gnueabi
endif
ifndef PROGS
PROGS := whoami arch ls pwd basename uname
PROGS := whoami arch ls pwd basename uname yes
endif
make:
mkdir -p bin

Loading…
Cancel
Save