- added a "clean" option to the buildgen.sh script... maintainer's use only
[barry.git] / Makefile.orig
blobaa3c23d636da621e477d5dadc76471996de707ba
1 all:
2         cd src && make
4 clean:
5         cd src && make clean
6         cd opensync-plugin && if [ -f Makefile ] ; then make distclean ; fi