Commit Graph

8 Commits

Author SHA1 Message Date
Christos Kontas 295f0d024a Makefile: add missing dependency for `www/data' 2018-02-01 10:00:53 +01:00
Christos Kontas 1bb38796ad Makefile: simplify `clean' rule
There is a special rule in make(1) to denote that we don't care about
the result of a command.  Additionally, we can also instruct rm(1) not
to complain when it didn't find a file/directory to remove.

As a final touch, there is no point of having 2 shell executions to
remove 2 or more files.  We can compress these 2 recipes into a single
one.

Reference:
   https://www.gnu.org/software/make/manual/html_node/Errors.html
2018-02-01 09:56:51 +01:00
Kevin Schoon af18268be6 add vet to test 2018-01-26 23:34:21 +08:00
Kevin Schoon d02072888d update Makefile 2018-01-23 00:27:35 +08:00
Kevin Schoon 1d74a3356d add docs 2018-01-22 23:07:58 +08:00
Kevin Schoon 7b1bf2980c add hugo sources 2018-01-22 22:59:03 +08:00
Kevin Schoon 0ada6d0972 fix version 2018-01-21 23:38:17 +08:00
Kevin Schoon 85c4f20f8c refactor run loop, add simple libnotify support, improve notifications, binpack tomato image 2018-01-21 18:35:03 +08:00