Updated Makefiles of runtime/tests ,dev, hello, and nlTest
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
all:
|
||||
$(MAKE) -C simple
|
||||
$(MAKE) -C dev
|
||||
$(MAKE) -C hello
|
||||
$(MAKE) -C nlTest
|
||||
|
||||
clean:
|
||||
$(MAKE) -C simple clean
|
||||
$(MAKE) -C simple clean
|
||||
$(MAKE) -C dev clean
|
||||
$(MAKE) -C hello clean
|
||||
$(MAKE) -C nlTest clean
|
||||
|
||||
Reference in New Issue
Block a user