X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=Makefile;h=d90728705aee407efa3e99538cc1790b631c016c;hp=361a2f20d117291cf065e742fad10e6bb9d3122b;hb=d00f30ccdcfe52d50a08b15748734b3503fae734;hpb=b44fb7b4d9346b38247fae63f653a133f7cb02c4 diff --git a/Makefile b/Makefile index 361a2f2..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 @@ -45,6 +45,9 @@ cflags.occ: Makefile cxxflags.occ: Makefile %write $@ $(CXXFLAGS) +music.obj: music.c + $(CC) -fo=$@ @cflags.occ -zu $[* + .c.obj: .autodepend $(CC) -fo=$@ @cflags.occ $[*