~aleteoryx/9c

ref: d64ca7a1ad30efe56d9c3db15fcd0ea5ad15adee 9c/mkfile -rw-r--r-- 409 bytes
d64ca7a1 — glenda ufx → font complete! 11 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
</$objtype/mkfile

bins=\
	pong\
	maze\
	spiral\
	queuesrv\
	pres\
	ufx2font

all:VQ: $bins

install:V: all
	cp $bins $home/bin/$objtype/

%: %.$O
	$LD $LDFLAGS -o $stem $stem.$O

%.$O: %.c
	$CC $CFLAGS -o $stem.$O $stem.c

clean:V:
	for(bin in $bins) rm -f $bin $bin.$O

qclean:V:
	rm -f /srv/queue
	unmount /n || echo -n
	slay queuesrv | rc
qdev:V:
	mk queuesrv
	queuesrv -D || echo -n
	mount /srv/queue /n