]> git.sur5r.net Git - cc65/blobdiff - libsrc/atmos/Makefile
fix comments
[cc65] / libsrc / atmos / Makefile
index d95b15df557952685d63e6b89ae790ab2d9a9538..1f025f6207ba564c70b067b787c08682bfc8fc9d 100644 (file)
@@ -4,6 +4,18 @@
 
 .SUFFIXES: .o .s .c
 
+#--------------------------------------------------------------------------
+# Programs and flags
+
+SYS    = atmos
+
+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
 
@@ -43,7 +55,6 @@ OBJS  =       _scrsize.o      \
         crt0.o          \
         ctype.o         \
         cvline.o        \
-        getenv.o        \
         gotox.o         \
         gotoxy.o        \
         gotoy.o         \