fixed a makefile problem from hell (actually just an include path)
[cacao.git] / Makefile.maintainer
1 all:
2         autoconf;
3         aclocal;
4         autoheader;
5         automake;
6
7 fixed_deps:
8         automake -i;
9
10 clean:
11         rm -f *~ */*~;
12         make maintainer-clean;