summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 2579933d99474705cb8a05467b90712da6a72bf4 (plain)
1
2
3
4
5
6
7
8
9
D=indi-celestronaux

default: ${D}/Makefile
	(cd ${D} && make)
	(cd ${D} && make install)

indi_celestron_aux/Makefile:
	(cd ${D} && cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr)