openbox/data/Makefile

5 lines
78 B
Makefile
Raw Normal View History

all clean install:
$(MAKE) -C .. -$(MAKEFLAGS) $@
.PHONY: all clean install