X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=Makefile;h=d90728705aee407efa3e99538cc1790b631c016c;hp=f17893ecb4c6f5604caa81c3cddeb2c724971e65;hb=d00f30ccdcfe52d50a08b15748734b3503fae734;hpb=77246ee32fec25390bc1a8c40cf502df94531e6f diff --git a/Makefile b/Makefile index f17893e..d907287 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 +scrobj = tunnel.obj fract.obj grise.obj polytest.obj plasma.obj bump.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