|
|
1.1 ! root 1: CFLAGS= -I../sunlib -DX11 -DBSD -g ! 2: LIBS= ../sunlib/libj.a -lX11 ! 3: PROGS= bounce ball clock ! 4: ! 5: all: $PROGS ! 6: ! 7: bounce: bounce.o ! 8: cc -s -o bounce bounce.o $LIBS ! 9: ! 10: ball: ball.o ! 11: cc -s -o ball ball.o $LIBS ! 12: ! 13: clock: clock.o ! 14: cc -g -o clock clock.o $LIBS
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.