Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1154 → Rev 1153

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