From 09de8aabb6f284df52898f4f133fd810bb10c79e Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Tue, 20 Sep 2016 09:00:32 +0300 Subject: [PATCH] added cfgopt to the dos makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3d56856..e13b685 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -baseobj = main.obj -demoobj = demo.obj screen.obj music.obj gfxutil.obj 3dgfx.obj polyfill.obj +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 sysobj = gfx.obj vbe.obj dpmi.obj timer.obj keyb.obj mouse.obj logger.obj tinyfps.obj obj = $(baseobj) $(demoobj) $(sysobj) $(scrobj) -- 1.7.10.4