OSDN Git Service

rarArcを追加。
[tpi/lychee.git] / src / Makefile
index 25b8b2d..9ddb7ad 100644 (file)
@@ -5,14 +5,13 @@
 \r
 all:\r
        make -C frontend\r
-#      make -C plugin/calLibrary\r
        make -C plugin/cuiWrapper\r
-#      make -C plugin/spiLibrary\r
+       make -C plugin/rarArc\r
        make -C common/header\r
 \r
 clean:\r
        make -C frontend clean\r
-#      make -C plugin/calLibrary clean\r
        make -C plugin/cuiWrapper clean\r
-#      make -C plugin/spiLibrary clean\r
+       make -C plugin/rarArc clean\r
        make -C common/header clean\r
+       rm -f common/header/TPIHandle.o\r