X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=GNUmakefile;fp=GNUmakefile;h=834db7b7c6fafc64dc746e83ab10f395e36e99c0;hp=ee7a35e447ed09ac99165379d3da2b42ace20ec8;hb=3f4019dfbeea0b5e3b0bc657f1bad6bc2b53dd42;hpb=e23b27a06797d931992ab9b8d21055f789371e2a 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