Project

General

Profile

« Previous | Next » 

Revision 149

Added Makefiles for scripts and test

View differences:

scripts/test/Makefile
1
all: FORCE
2
	./map
3

  
4
FORCE:
scripts/Makefile
1
all:
2

  
3
test: FORCE
4
	$(MAKE) --directory=test
5

  
6
FORCE:

Also available in: Unified diff