gri3-wm/i3bar/Makefile

11 lines
133 B
Makefile
Raw Normal View History

all:
$(MAKE) -C .. i3bar/i3bar
2010-07-22 01:15:18 +02:00
install:
$(MAKE) -C .. install-i3bar
2010-08-07 03:50:22 +02:00
2010-07-22 01:15:18 +02:00
clean:
$(MAKE) -C .. clean-i3bar
2010-10-24 05:29:54 +02:00
.PHONY: all install clean