blog:commodore_pet_compiler

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
blog:commodore_pet_compiler [2021/11/25 15:47] johnblog:commodore_pet_compiler [2021/11/29 15:20] (current) – [Commodore PET - Software Development] john
Line 41: Line 41:
  
 $(TARGET):  $(OBJFILES) $(TARGET):  $(OBJFILES)
- @echo "" 
- @echo "========================================" 
- @echo " -= $(TARGET) =-" 
- @echo "" 
- @echo Linking .... 
  $(LD) $(LDFLAGS) --obj $(OBJFILES) $(LIBS) -o bin/$(TARGET)  $(LD) $(LDFLAGS) --obj $(OBJFILES) $(LIBS) -o bin/$(TARGET)
   
Line 64: Line 59:
 clean: clean:
  rm -f src/*.o  rm -f src/*.o
- rm -f src/*.s 
  rm -f bin/$(TARGET)  rm -f bin/$(TARGET)
 </code> </code>
  • blog/commodore_pet_compiler.txt
  • Last modified: 2021/11/29 15:20
  • by john