]> git.sur5r.net Git - cc65/blob - test/Makefile
fixed up the rest of the tests, added rudimentary makefile(s)
[cc65] / test / Makefile
1
2 # toplevel makefile for the regression tests
3
4 MAKE := make --no-print-dir
5
6 .PHONY: all clean
7
8 all:
9         @$(MAKE) -C val all
10         @$(MAKE) -C ref all
11         @$(MAKE) -C err all
12
13 clean:
14         @$(MAKE) -C val clean
15         @$(MAKE) -C ref clean
16         @$(MAKE) -C err clean