8 lines
82 B
Makefile
8 lines
82 B
Makefile
all:
|
|
$(MAKE) -C .. libi3.a
|
|
|
|
clean:
|
|
$(MAKE) -C .. clean-libi3
|
|
|
|
.PHONY: all clean
|