]> gitweb.ps.run Git - ps-gitweb/blob - Makefile
trim Makefile
[ps-gitweb] / Makefile
1 # The default target of this Makefile is...
2 all::
3
4 # Import tree-wide shared Makefile behavior and libraries
5 include shared.mak
6
7 # "Sub"-Makefiles, not really because they can't be run stand-alone,
8 # only there to contain directory-specific rules and variables
9 ## gitweb/Makefile inclusion:
10 MAK_DIR_GITWEB = gitweb/
11 include gitweb/Makefile
12
13 .PHONY: gitweb
14 gitweb: $(MAK_DIR_GITWEB_ALL)
15 ifndef NO_GITWEB
16 all:: gitweb
17 endif
18