]> Dogcows Code - chaz/openbox/blob - build/Makefile.engines
move the themes
[chaz/openbox] / build / Makefile.engines
1 include build/Makefile.incl
2
3 all clean distclean:
4 @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.engines.openbox $@
5
6 install:
7 @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.engines.openbox $@
8 $(LIBTOOL) --mode=finish $(DESTDIR)$(enginedir)
9
10 uninstall:
11 @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.engines.openbox $@
12 -rmdir $(DESTDIR)$(enginedir)
13
14 .PHONY: all clean distclean install uninstall
This page took 0.033893 seconds and 4 git commands to generate.