gri3-wm/libi3/Makefile

8 lines
82 B
Makefile

all:
$(MAKE) -C .. libi3.a
clean:
$(MAKE) -C .. clean-libi3
.PHONY: all clean