X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/linexec-j720/blobdiff_plain/c475935f5819aab2412ffd2acbbafc7be75e74b8..2f5dc0a0a12a2ca01ad0a7ae1620703324379c4d:/Makefile 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