Revision 176
Added by Aaron Marcuse-Kubitza about 13 years ago
Makefile | ||
---|---|---|
1 | 1 |
all: |
2 | 2 |
|
3 |
test: FORCE |
|
4 |
$(MAKE) --directory=test |
|
3 |
test: test-map |
|
5 | 4 |
|
5 |
test-%: FORCE |
|
6 |
./test/$(*F) |
|
7 |
|
|
6 | 8 |
FORCE: |
Also available in: Unified diff
Merged test Makefile into main scripts Makefile