]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm510/Makefile
Add definitions for tools so the makefile is useful by itself.
[cc65] / libsrc / cbm510 / Makefile
index e1f6c43e062c01a756cc6c595e2eb3499d207b6d..b9d9e3666a4ec6783c010a020316a56841d26555 100644 (file)
@@ -4,6 +4,18 @@
 
 .SUFFIXES: .o .s .c
 
+#--------------------------------------------------------------------------
+# Programs and flags
+
+SYS    = cbm510
+
+AS     = ../../src/ca65/ca65
+CC     = ../../src/cc65/cc65
+LD     = ../../src/ld65/ld65
+
+AFLAGS = -t $(SYS) -I../../asminc
+CFLAGS = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include
+
 #--------------------------------------------------------------------------
 # Rules