Revision 149
Added by Aaron Marcuse-Kubitza about 13 years ago
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
Added Makefiles for scripts and test