dostunnel
diff Makefile @ 4:ba868d348de8
stuff
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sat, 16 Mar 2013 06:39:52 +0200 |
parents | c525cfbfd4a2 |
children |
line diff
1.1 --- a/Makefile Sat Mar 16 03:35:08 2013 +0200 1.2 +++ b/Makefile Sat Mar 16 06:39:52 2013 +0200 1.3 @@ -2,11 +2,12 @@ 1.4 wvga.obj & 1.5 dpmi.obj & 1.6 palman.obj & 1.7 - texture.obj 1.8 + texture.obj & 1.9 + timer.obj 1.10 bin = wtunnel.exe 1.11 1.12 CC = wcc386 1.13 -CFLAGS = -fp5 -ot 1.14 +CFLAGS = -5 -fp5 -otexan -zq -bt=dos 1.15 LD = wlink 1.16 1.17 $(bin): $(obj)