]> Dogcows Code - chaz/openbox/blob - Makefile
build the resistance/placement plugins
[chaz/openbox] / Makefile
1 all install uninstall:
2 @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.render $@
3 @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.kernel $@
4 @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.plugins $@
5 # @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.engines $@
6 # @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.themes $@
7
8 clean:
9 @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.render $@
10 @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.kernel $@
11 @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.plugins $@
12 # @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.engines $@
13 # @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.themes $@
14 $(RM) *\~
15
16 distclean: clean
17 $(RM) configure Makefile.incl
18 $(RM) -r .deps/
19
20 .PHONY: all clean distclean install uninstall
This page took 0.034088 seconds and 5 git commands to generate.