From 6e6b658b3630804af63dc29872a4035200d8ce69 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 24 Jul 2005 17:38:05 +0000 Subject: [PATCH] fix asm-location --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0ec20e9..e413587 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ $(OUT)$(TARGETBIN): $(OBJS) $(OUT)%.obj: %.cpp $(CXX) $(CXXFLAGS) -Fo$@ $< -$(OUT)%.obj: %.asm +$(OUT)%.obj: asm/%.asm $(ASM) $(ASMFLAGS) -o $@ $< $(OUT)%.res: %.rc -- 2.39.2