deos :: b : makefile

Twetch ·

deos :: b : makefile

Replies

Twetch ·

all: /bin/b /bin/k

Twetch ·

/bin/b: a.c b.c *.h makefile; sudo $(CC) -Os -o $@ $(LF) a.c b.c $(CF)

Twetch ·

http://www.kparc.com/b/makefile

Twetch ·

/bin/k: a.c k.c *.h makefile; sudo $(CC) -Os -o $@ $(LF) a.c k.c $(CF)

Twetch ·

CF=-minline-all-stringops -fno-asynchronous-unwind-tables -fno-stack-protector -Wall -Wno-pointer-sign -Wno-strict-aliasing -Wno-parentheses -Wno-unused-function

Twetch ·

LF=-s -nostdlib A.S