deos :: b : makefile
deos :: b : makefile
Replies
all: /bin/b /bin/k
/bin/b: a.c b.c *.h makefile; sudo $(CC) -Os -o $@ $(LF) a.c b.c $(CF)
http://www.kparc.com/b/makefile
/bin/k: a.c k.c *.h makefile; sudo $(CC) -Os -o $@ $(LF) a.c k.c $(CF)
CF=-minline-all-stringops -fno-asynchronous-unwind-tables -fno-stack-protector -Wall -Wno-pointer-sign -Wno-strict-aliasing -Wno-parentheses -Wno-unused-function
LF=-s -nostdlib A.S