mirror of
https://github.com/uffejakobsen/acme.git
synced 2025-02-16 19:32:16 +00:00
15 lines
214 B
Makefile
15 lines
214 B
Makefile
|
#ACMEFLAGS = -v0
|
||
|
|
||
|
.PHONY: outformats
|
||
|
|
||
|
.SILENT:
|
||
|
|
||
|
all: outformats
|
||
|
echo
|
||
|
echo "Testing cliargs: PASSED"
|
||
|
echo
|
||
|
|
||
|
outformats: outformats.a outformats.sh outformat-*.o
|
||
|
echo "Testing output formats:"
|
||
|
bash outformats.sh
|