From 250a4161b7aaacca5ca30562afe9547c64d6d0d5 Mon Sep 17 00:00:00 2001 From: Michael Kargas Date: Sun, 25 Sep 2016 14:55:15 +0100 Subject: [PATCH] Forgot the makefile change --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e13b685..f0bca5b 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 -- 1.7.10.4