Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1153 → Rev 1154

/svarcom/trunk/toys/makefile
1,7 → 1,7
 
CFLAGS = -0 -mt -wx -lr -we -ox
 
all: erlev.com upcase.com hackz.com
all: erlev.com upcase.com hackz.com fcbdir.com
 
erlev.com: erlev.c
*wcl $(CFLAGS) $<
11,3 → 11,6
 
hackz.com: hackz.c
*wcl $(CFLAGS) $<
 
fcbdir.com: fcbdir.asm
nasm fcbdir.asm -o fcbdir.com