Project

General

Profile

« Previous | Next » 

Revision 176

Merged test Makefile into main scripts Makefile

View differences:

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