Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_tlsv12/sys/src/games/music/jukefs/mkfile – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
</$objtype/mkfile
2
<../mkinc
3
 
4
CFLAGS = -DDEFAULTMAP="$DEFAULTMAP"
5
TARG = jukefs
6
BIN = /$objtype/bin/games
7
 
8
CFILES=\
9
	catset.c\
10
	fs.c\
11
	parse.c\
12
	print.c\
13
	search.c\
14
	server.c\
15
 
16
OFILES = ${CFILES:%.c=%.$O}
17
 
18
</sys/src/cmd/mkone