]> git.sur5r.net Git - cc65/blobdiff - libsrc/supervision/Makefile
The spans do now contain the size of a span, no longer the end offset.
[cc65] / libsrc / supervision / Makefile
index 09a4d91fee22531841b16faa43ca9850a5ddc7f9..1fa38c32a42a180dbcaa17269b1e7d17ee0cb22e 100644 (file)
@@ -13,7 +13,7 @@ AS    = ../../src/ca65/ca65
 CC     = ../../src/cc65/cc65
 LD     = ../../src/ld65/ld65
 
-AFLAGS = -t $(SYS) -I../../asminc
+AFLAGS = -t $(SYS) --forget-inc-paths -I../../asminc
 CFLAGS = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include
 
 #--------------------------------------------------------------------------