X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=Makefile;h=9b99f10c73a31490810f131b9d0a64e4a4526b50;hb=f847ebb221922b36280001479ff6e46706071df8;hp=d90728705aee407efa3e99538cc1790b631c016c;hpb=ce0f5f9108e5204f407fac0f18ab28ae664382f5;p=dosdemo 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