Last change
on this file since 91 was
88,
checked in by rosiere, 16 years ago
|
Almost complete design
with Test and test platform
|
-
Property svn:keywords set to
Id
|
File size:
365 bytes
|
Line | |
---|
1 | #-----[ Variables ]---------------------------------------- |
---|
2 | |
---|
3 | ENTITY ?= RamLock |
---|
4 | |
---|
5 | #-----[ Rules ]-------------------------------------------- |
---|
6 | |
---|
7 | all : |
---|
8 | @$(MAKE) all_environment |
---|
9 | |
---|
10 | clean : |
---|
11 | @$(MAKE) environment_clean |
---|
12 | |
---|
13 | clean_all : clean |
---|
14 | |
---|
15 | help : |
---|
16 | @$(MAKE) environment_help |
---|
17 | |
---|
18 | include ../Makefile.Environment |
---|
Note: See
TracBrowser
for help on using the repository browser.