]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/switch-omk2std
Added switch-omk2std script to simple switch from OMK to standard Makefiles
[lincan.git] / lincan / switch-omk2std
diff --git a/lincan/switch-omk2std b/lincan/switch-omk2std
new file mode 100644 (file)
index 0000000..d6eb965
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+# This shell script switches LinCAN build system
+# form OMK framework to standard makefiles
+
+#cd lincan-0.x.y-omk
+cp Makefile.std Makefile
+cp utils/Makefile.std utils/Makefile
+cp src/Makefile.std src/Makefile
+touch Standalone.mk