X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=sidebyside;f=GNUmakefile;fp=GNUmakefile;h=834db7b7c6fafc64dc746e83ab10f395e36e99c0;hb=3f4019dfbeea0b5e3b0bc657f1bad6bc2b53dd42;hp=ee7a35e447ed09ac99165379d3da2b42ace20ec8;hpb=e23b27a06797d931992ab9b8d21055f789371e2a;p=dosdemo diff --git a/GNUmakefile b/GNUmakefile index ee7a35e..834db7b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -27,7 +27,7 @@ endif sys ?= $(shell uname -s | sed 's/MINGW.*/mingw/; s/IRIX.*/IRIX/') ifeq ($(sys), mingw) - obj = $(src:.c=.w32.o) + obj = $(src:.c=.w32.o) $(asmsrc:.asm=.w32.o) bin = demo_win32.exe