SpiderScript - Fixing order of operations, improved error handling and cleanup
[tpg/acess2.git] / Usermode / Libraries / crt0.o_src / Makefile
index 62d04ed..fc41f75 100644 (file)
@@ -4,7 +4,6 @@
 
 -include ../Makefile.cfg
 
-ASFLAGS = -felf
 BIN = $(OUTPUTDIR)Libs/crt0.o
 
 .PHONY: all clean install
@@ -17,4 +16,5 @@ clean:
        $(RM) $(BIN)
 
 $(BIN): crt0.$(ARCHDIR).asm
+       @mkdir -p $(dir $(BIN))
        $(AS) $(ASFLAGS) $< -o $@

UCC git Repository :: git.ucc.asn.au