]> git.sur5r.net Git - cc65/blobdiff - libsrc/atmos/Makefile
Minor comment adjustment.
[cc65] / libsrc / atmos / Makefile
index 3e53aae10b95e33439e7eeea74f3f2a343fb3bcf..fb2376b4e33f6790ce50dc0d545ac7b6b903f205 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
 
 #--------------------------------------------------------------------------
@@ -55,7 +55,6 @@ OBJS  =       _scrsize.o      \
         crt0.o          \
         ctype.o         \
         cvline.o        \
-        getenv.o        \
         gotox.o         \
         gotoxy.o        \
         gotoy.o         \