]> rtime.felk.cvut.cz Git - lincan.git/blob - lincan/switch-omk2std
Merge branch 'master' into can-usb1
[lincan.git] / lincan / switch-omk2std
1 #!/bin/sh
2 # This shell script switches LinCAN build system
3 # form OMK framework to standard makefiles
4
5 #cd lincan-0.x.y-omk
6 cp Makefile.std Makefile
7 cp utils/Makefile.std utils/Makefile
8 cp src/Makefile.std src/Makefile
9 touch Standalone.mk