+.PHONY: clean mrproper test help install uninstall
+
+help :
+ @echo "make or make all : compiler the faustine interpreter"
+ @echo "make clean : remove all object files"
+ @echo "make doc : generate the documentation using ocamldoc (TODO)"
+ @echo "make install : install the interpreter and the library files in $(prefix)/bin $(prefix)/lib/faustine"
+ @echo "make uninstall : undo what install did"
+ @echo "make dist : make a tar.gz file ready for distribution (TODO)"