]> Dogcows Code - chaz/openbox/blob - Makefile
5fa73e6ef9a59c0ac5d7c612e297d7fc3ef7fe07
[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.033297 seconds and 4 git commands to generate.