fix building pms_aikotoba

This commit is contained in:
PikalaxALT 2024-08-08 19:26:10 -04:00
parent 6cecf53d9e
commit 178694e1bc
No known key found for this signature in database
GPG Key ID: 7774E96AA69E5B61

View File

@ -13,7 +13,7 @@ $(PMS_AIKOTOBA_NARC): %.narc: %.s %.d
@echo gen $@
@mkdir -p $*
@$(RM) $*/*
@$(WINE) $(MWAS) $(MWASFLAGS) $(DEPFLAGS) -o $*.o $< || { rm -f $*.d; exit 1; }
@$(WINE) $(MWAS) $(MWASFLAGS) $(DEPFLAGS) -DPM_ASM -o $*.o $< || { rm -f $*.d; exit 1; }
@$(call fixdep,$*.d)
@$(OBJCOPY) -O binary $*.o $*/tmp.bin
@$(KNARC) -p $@ -d $*