Hello World functional

This commit is contained in:
Jaby
2022-08-28 11:15:13 +02:00
parent 365b31c0c1
commit 3e096e9ea1
13 changed files with 234 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
#Linking rule
$(TARGET).elf: $(OBJS)
$(LD) -o $(TARGET).elf $(LDFLAGS_all) $(LDFLAGS) $(OBJS) $(LIBS_all) $(LIBS)
$(LD) -o $(TARGET).elf $(LDFLAGS_all) $(LDFLAGS) $(OBJS) $(LIBS)
#Strips the psexe
$(TARGET).psexe: $(TARGET).elf