plan9fox/sys/src/cmd/hgfs/mkfile

16 lines
266 B
Plaintext
Raw Normal View History

2011-06-26 05:03:12 +00:00
</$objtype/mkfile
TARG=hgfs
2011-06-26 10:10:34 +00:00
BIN=/$objtype/bin
2011-06-26 05:03:12 +00:00
CFLAGS=-FTVw
HFILES=dat.h fns.h
2012-10-24 23:05:39 +00:00
OFILES=fs.$O zip.$O patch.$O hash.$O revlog.$O tree.$O info.$O util.$O
2011-06-26 05:03:12 +00:00
</sys/src/cmd/mkone
2012-10-24 23:05:39 +00:00
# debug stuff
2012-10-29 21:00:38 +00:00
$O.hgdb: hgdb.$O hash.$O util.$O ancestor.$O
2012-10-24 23:05:39 +00:00
$LD $LDFLAGS -o $target $prereq