1
0
mirror of https://gitlab.com/rnger/amath synced 2025-11-23 03:08:54 +00:00

Include test and install target

This commit is contained in:
Carsten Larsen
2017-02-10 22:49:49 +01:00
parent 200d0e5959
commit 0cc7b6720f
2 changed files with 17 additions and 1 deletions

8
configure vendored
View File

@ -377,6 +377,14 @@ if $VALID ; then
echo " \${FLXCAT} text/text.cd catalog/dansk/amath-text.ct CATALOG dist/catalog/dansk/amath-text.catalog"
echo " \${FLXCAT} text/keyword.cd catalog/dansk/amath-keyword.ct CATALOG dist/catalog/dansk/amath-keyword.catalog"
echo
echo ".PHONY: test"
echo "test: app"
echo " ./amath test"
echo
echo ".PHONY: install"
echo "install: app"
echo " install -m 0755 amath \$(DESTDIR)\$(PREFIX)/bin"
echo
echo "clean:"
echo " \${DEL} ${libapp} ${libamath} ${libcomplex} ${libc} ${l} libamath${outext}.a libcamath${outext}.a libcomplex${outext}.a libamathapp${outext}.a amath${outext}"
echo