Pass the tests again
This commit is contained in:
parent
eedac9938f
commit
454c218b54
@ -57,7 +57,7 @@ $(OBJDIR)test4.o: test4.asm
|
||||
$(AS) $(test4_ASFLAGS) -o $(OBJDIR)test4.o test4.asm
|
||||
|
||||
$(OBJDIR)test4.o: test4.S
|
||||
$(AS) $(test4_ASFLAGS) -o $(OBJDIR)test4.o test4.S
|
||||
$(AS) $(test4_CPPFLAGS) $(test4_ASFLAGS) -o $(OBJDIR)test4.o test4.S
|
||||
|
||||
clean:
|
||||
$(RM) -- $(test_OBJS) $(test2_OBJS) $(test3_OBJS) $(test4_OBJS)
|
||||
|
@ -57,7 +57,7 @@ $(OBJDIR)test4.o: test4.asm
|
||||
$(AS) $(test4_ASFLAGS) -o $(OBJDIR)test4.o test4.asm
|
||||
|
||||
$(OBJDIR)test4.o: test4.S
|
||||
$(AS) $(test4_ASFLAGS) -o $(OBJDIR)test4.o test4.S
|
||||
$(AS) $(test4_CPPFLAGS) $(test4_ASFLAGS) -o $(OBJDIR)test4.o test4.S
|
||||
|
||||
clean:
|
||||
$(RM) -- $(test_OBJS) $(test2_OBJS) $(test3_OBJS) $(test4_OBJS)
|
||||
|
@ -57,7 +57,7 @@ $(OBJDIR)test4.o: test4.asm
|
||||
$(AS) $(test4_ASFLAGS) -o $(OBJDIR)test4.o test4.asm
|
||||
|
||||
$(OBJDIR)test4.o: test4.S
|
||||
$(AS) $(test4_ASFLAGS) -o $(OBJDIR)test4.o test4.S
|
||||
$(AS) $(test4_CPPFLAGS) $(test4_ASFLAGS) -o $(OBJDIR)test4.o test4.S
|
||||
|
||||
clean:
|
||||
$(RM) -- $(test_OBJS) $(test2_OBJS) $(test3_OBJS) $(test4_OBJS)
|
||||
|
@ -57,7 +57,7 @@ $(OBJDIR)test4.o: test4.asm
|
||||
$(AS) $(test4_ASFLAGS) -o $(OBJDIR)test4.o test4.asm
|
||||
|
||||
$(OBJDIR)test4.o: test4.S
|
||||
$(AS) $(test4_ASFLAGS) -o $(OBJDIR)test4.o test4.S
|
||||
$(AS) $(test4_CPPFLAGS) $(test4_ASFLAGS) -o $(OBJDIR)test4.o test4.S
|
||||
|
||||
clean:
|
||||
$(RM) -- $(test_OBJS) $(test2_OBJS) $(test3_OBJS) $(test4_OBJS)
|
||||
|
Loading…
Reference in New Issue
Block a user