]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-cbm/Makefile
Moved the 'process' files from 'geos-cbm' to 'geos-common' which are believed to...
[cc65] / libsrc / geos-cbm / Makefile
index e07f3f993b048d2f3365c9757cc5af9aa1f9baa0..314040fec8756a5b7e5fcaa3d2d7e595cbe05036 100644 (file)
@@ -13,7 +13,7 @@ AS    = ../../src/ca65/ca65
 CC     = ../../src/cc65/cc65
 LD     = ../../src/ld65/ld65
 
-AFLAGS = -t $(SYS) --forget-inc-paths -Iinc -I../../asminc
+AFLAGS = -t $(SYS) --forget-inc-paths -I. -I../../asminc
 CFLAGS = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include
 
 #--------------------------------------------------------------------------
@@ -48,13 +48,8 @@ DIRS =       common          \
        conio           \
        devel           \
        disk            \
-       dlgbox          \
        file            \
-       graph           \
-       menuicon        \
        memory          \
-       mousesprite     \
-       process         \
        runtime         \
        system