From 9e92efae55a3daaeff1c94406a8b59b7277f720c Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Thu, 20 Oct 2016 00:26:08 +0300 Subject: [PATCH] updated the dos makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 56f3889..729990b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ demoobj = main.obj demo.obj screen.obj cfgopt.obj music.obj gfxutil.obj & -3dgfx.obj polyfill.obj +3dgfx.obj polyfill.obj metasurf.obj dynarr.obj scrobj = tunnel.obj fract.obj grise.obj polytest.obj plasma.obj bump.obj & -thunder.obj +thunder.obj metaball.obj sysobj = gfx.obj vbe.obj dpmi.obj timer.obj keyb.obj mouse.obj sball.obj & logger.obj tinyfps.obj obj = $(baseobj) $(demoobj) $(sysobj) $(scrobj) -- 1.7.10.4