mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-22 03:30:46 +00:00
58b04ba77c
git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@342 4df02467-bbd4-4a76-a152-e7ce94205b78
15 lines
216 B
Makefile
15 lines
216 B
Makefile
#ACMEFLAGS = -v0
|
|
|
|
.PHONY: outformats
|
|
|
|
.SILENT:
|
|
|
|
all: outformats
|
|
echo
|
|
echo "Testing cliargs: PASSED"
|
|
echo
|
|
|
|
outformats: outformats.a outformats.sh outformat-*.exp
|
|
echo "Testing output formats:"
|
|
bash outformats.sh
|