shithub: waffle

ref: dc359256b98b9aa563e73066e2c3c3c1204c5b2a
dir: /mkfile/

View raw version
</$objtype/mkfile

OBJ=\
	waffle.$O

%.$O: %.c
	$CC $CFLAGS $prereq

$O.out: $OBJ
	$LD $prereq

all:V: $O.out

install:V: all
	cp $O.out /$objtype/bin/waffle

uninstall:V:
	rm -f /$objtype/bin/waffle

clean nuke:V:
	rm -f *.[$OS] $O.out