added top level Makefile
This commit is contained in:
parent
a3311e64b6
commit
28277cbbf6
1 changed files with 10 additions and 0 deletions
10
Makefile
Normal file
10
Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
all:
|
||||
@$(MAKE) -C sml
|
||||
@$(MAKE) -C examples
|
||||
|
||||
.PHONY: clean
|
||||
clean :
|
||||
@$(MAKE) -C sml clean
|
||||
@$(MAKE) -C examples clean
|
||||
|
Loading…
Add table
Reference in a new issue