aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/recent_projects.html
diff options
context:
space:
mode:
authorMarien Fressinaud <dev@marienfressinaud.fr>2018-09-03 20:28:46 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2018-09-03 20:28:46 +0200
commitbfdcf31438a8fd8df440fec0d288e7183469747a (patch)
tree96a4a0f7808de6521c24ff73ef6c65290fa7d1ac /ihatemoney/templates/recent_projects.html
parent704fa62b4415a32b9c5f4967be98645f64a09750 (diff)
downloadihatemoney-mirror-bfdcf31438a8fd8df440fec0d288e7183469747a.zip
ihatemoney-mirror-bfdcf31438a8fd8df440fec0d288e7183469747a.tar.gz
ihatemoney-mirror-bfdcf31438a8fd8df440fec0d288e7183469747a.tar.bz2
doc: Improve Makefile (#387)
* Add help target to the Makefile It is often expected to have a `help` target in a Makefile. This one is automatically generated from comments in the Makefile so it is easier to maintain. This commit only documents targets that seem the most important. * Add the server address and port on `make serve` Developers should not have to read the documentation to find where to point their browsers to access ihatemoney application. * Add .PHONY instructions to the Makefile `.PHONY` instructs Make to not look, for instance, for an `install` file before executing the corresponding target. If such a file would exist, the command would not be performed at all. This is because Make is initially intended to create files (i.e. targets) and consider there is nothing to do if the file already exists. More information on https://stackoverflow.com/a/2145605.
Diffstat (limited to 'ihatemoney/templates/recent_projects.html')
0 files changed, 0 insertions, 0 deletions