OSDN Git Service

projects clean up 1
[pinoc/pinoc.git] / test / Standart_startup / lib / makefile
diff --git a/test/Standart_startup/lib/makefile b/test/Standart_startup/lib/makefile
new file mode 100644 (file)
index 0000000..142fc63
--- /dev/null
@@ -0,0 +1,18 @@
+include ../gcctool.g
+
+all : libs
+       # libs finish!!
+
+libs : libc.a lib3069.a
+
+libc.a :
+       cd ./c; $(MAKE)
+       
+lib3069.a:
+       cd ./3069; $(MAKE)
+
+clean :
+       cd ./c; $(MAKE) clean
+       cd ./3069; $(MAKE) clean
+       rm -f *.o *.a
+       
\ No newline at end of file