X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=Makefile;h=9b99f10c73a31490810f131b9d0a64e4a4526b50;hp=d90728705aee407efa3e99538cc1790b631c016c;hb=4d71594c8a11f19d25ca4e94b11608322e02ceec;hpb=864abe83bf0aef3c7a1b7f9f4ef0d89fc1fe80ef diff --git a/Makefile b/Makefile index d907287..9b99f10 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ demoobj = main.obj demo.obj screen.obj cfgopt.obj music.obj gfxutil.obj 3dgfx.obj & polyfill.obj -scrobj = tunnel.obj fract.obj grise.obj polytest.obj plasma.obj bump.obj +scrobj = tunnel.obj fract.obj grise.obj polytest.obj plasma.obj bump.obj thunder.obj sysobj = gfx.obj vbe.obj dpmi.obj timer.obj keyb.obj mouse.obj logger.obj tinyfps.obj obj = $(baseobj) $(demoobj) $(sysobj) $(scrobj) bin = demo.exe