Add stub Makefiles to allow subdir make calls

This commit is contained in:
Quentin Glidic
2012-06-17 14:37:07 +02:00
parent 66adb62e1f
commit e452acb30e
9 changed files with 58 additions and 233 deletions

7
libi3/Makefile Normal file
View File

@ -0,0 +1,7 @@
all:
$(MAKE) -C .. libi3.a
clean:
$(MAKE) -C .. clean-libi3
.PHONY: all clean