mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-22 03:30:46 +00:00
5e365a8723
git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@337 4df02467-bbd4-4a76-a152-e7ce94205b78
27 lines
310 B
Makefile
27 lines
310 B
Makefile
|
|
.SILENT:
|
|
|
|
.PHONY: cpus errors warnings
|
|
|
|
all: bugfixes cpus errors warnings
|
|
|
|
bugfixes:
|
|
echo "Testing bugfixes..."
|
|
echo
|
|
make -C bugfixes
|
|
|
|
cpus:
|
|
echo "Testing CPUs..."
|
|
echo
|
|
make -C cpus
|
|
|
|
errors:
|
|
echo "Testing errors..."
|
|
echo
|
|
make -C errors
|
|
|
|
warnings:
|
|
echo "Testing warnings..."
|
|
echo
|
|
make -C warnings
|