Add stub Makefiles to allow subdir make calls
This commit is contained in:
7
libi3/Makefile
Normal file
7
libi3/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
all:
|
||||
$(MAKE) -C .. libi3.a
|
||||
|
||||
clean:
|
||||
$(MAKE) -C .. clean-libi3
|
||||
|
||||
.PHONY: all clean
|
Reference in New Issue
Block a user