]> Dogcows Code - chaz/openbox/blob - Makefile
make love
[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 love:
21 @echo "<moan>"
22
23 .PHONY: all clean distclean install uninstall love
This page took 0.034379 seconds and 5 git commands to generate.