Files
Nim/tools
James Cowgill 675b271aa6 makefile.tmpl: fix error handling and cleanups
This changes the indentation of all non-recipe lines from tabs to 2
spaces. While this doesn't fix anything, it avoids either make or
someone interpreting those lines as a make recipe.

This also fixes the error handling by using make's $(error) function
instead. Previously make gave this syntax error whenever it hit the
error handling code:

```
*** recipe commences before first target.  Stop.
```
2017-05-18 11:18:30 +01:00
..
2016-02-17 14:52:02 +01:00
2016-06-06 13:13:04 +02:00
2017-03-17 08:29:52 +01:00
2016-10-24 12:05:42 +02:00
2017-01-06 13:11:17 +01:00
2017-02-06 22:43:07 +01:00