]> git.sur5r.net Git - cc65/blobdiff - libsrc/dbg/Makefile
The spans do now contain the size of a span, no longer the end offset.
[cc65] / libsrc / dbg / Makefile
index 61ccf309a0834ceb3ed8cf3051b8e9503e96f73e..13ca1a17bd598d3864726b5b70d78fd338d86bdf 100644 (file)
@@ -4,6 +4,18 @@
 
 .SUFFIXES: .o .s .c
 
+#--------------------------------------------------------------------------
+# Programs and flags
+
+SYS    = none
+
+AS     = ../../src/ca65/ca65
+CC     = ../../src/cc65/cc65
+LD     = ../../src/ld65/ld65
+
+AFLAGS = -t $(SYS) --forget-inc-paths -I../../asminc
+CFLAGS = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include
+
 #--------------------------------------------------------------------------
 # Rules