Revision 5d8ddbf7
Added by Pierre-Loïc Garoche over 7 years ago
src/Makefile.in | ||
---|---|---|
34 | 34 |
rm -f Makefile myocamlbuild.ml config.log config.status configure |
35 | 35 |
rm -f include/*.lusic include/math.h include/conv.h |
36 | 36 |
|
37 |
install: |
|
38 |
make -C .. install |
|
39 |
|
|
37 | 40 |
.PHONY: compile-lusi doc dot lustrec lustrec.odocl clean install dist-clean |
38 | 41 |
|
Also available in: Unified diff
Added an install target in the src folder