]> 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 3269f6eeddfc0cf890819c216c11742218101957..1fa38c32a42a180dbcaa17269b1e7d17ee0cb22e 100644 (file)
@@ -4,6 +4,18 @@
 
 .SUFFIXES: .o .s .c
 
+#--------------------------------------------------------------------------
+# Programs and flags
+
+SYS    = supervision
+
+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
 
@@ -19,7 +31,8 @@
 
 C_OBJS =
 
-S_OBJS  =       crt0.o
+S_OBJS  =       crt0.o          \
+                ctype.o
 
 #--------------------------------------------------------------------------
 # Targets