mirror of
https://github.com/nasa/trick.git
synced 2024-12-28 00:48:52 +00:00
7 lines
50 B
Makefile
7 lines
50 B
Makefile
|
|
||
|
all:
|
||
|
${MAKE} -C ..
|
||
|
|
||
|
clean:
|
||
|
${MAKE} -C .. clean
|