Subversion Repositories SvarDOS

Rev

Rev 546 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
544 mateuszvis 1
 
2
CFLAGS = -0 -mt -wx -lr -we -ox
3
 
1154 mateusz.vi 4
all: erlev.com upcase.com hackz.com fcbdir.com
544 mateuszvis 5
 
6
erlev.com: erlev.c
546 mateuszvis 7
	*wcl $(CFLAGS) $<
545 mateuszvis 8
 
9
upcase.com: upcase.c
10
	*wcl $(CFLAGS) $<
546 mateuszvis 11
 
12
hackz.com: hackz.c
13
	*wcl $(CFLAGS) $<
1154 mateusz.vi 14
 
15
fcbdir.com: fcbdir.asm
16
	nasm fcbdir.asm -o fcbdir.com