As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
See also the last Fossies "Diffs" side-by-side code changes report for "Makefile": 1.6.13_vs_1.6.14.
1 all:
2 cd lua && $(MAKE) all && cd ..
3 cd mcmc && $(MAKE) all && cd ..
4 5 clean:
6 cd lua && $(MAKE) clean && cd ..
7 cd mcmc && $(MAKE) clean && cd ..
8 9 install: ;
10 11 dist: clean
12 distdir: clean