Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 545 → Rev 546

/svarcom/trunk/toys/makefile
1,10 → 1,13
 
CFLAGS = -0 -mt -wx -lr -we -ox
 
all: erlev.com upcase.com
all: erlev.com upcase.com hackz.com
 
erlev.com: erlev.c
*wcl $(CFLAGS) erlev.c
*wcl $(CFLAGS) $<
 
upcase.com: upcase.c
*wcl $(CFLAGS) $<
 
hackz.com: hackz.c
*wcl $(CFLAGS) $<