Commit Graph

13 Commits

Author SHA1 Message Date
Daniel - 51ae3ad864
Store intermediate files in separate build directory 2018-08-19 16:08:47 +02:00
Daniel - b14eaa7d09
Add ‘clean‘ rule to Makefile 2018-08-19 15:40:27 +02:00
Daniel - 016902b629
Add ‘all‘ rule to Makefile 2018-08-19 15:23:40 +02:00
Daniel - c9b073ddda
Add Makefile 2018-08-08 20:25:42 +02:00
Daniel - 1b80246861
Remove some unused files 2018-08-08 18:56:55 +02:00
Wolf 8b5c8dabf0 Makefile: check if ruby is installed
* clean didnt work for me, TARGET with "ALL" did not list files for `rm` - fixes #1 for me
* added error reporting in case interpreter or script is missing
* enabled adding new scripts for other interpreters later, e.g. python implementation of generator; so users do not need to install ruby
2016-10-28 16:40:04 +02:00
Astro 5856013505 Makefile: hotfix 2016-09-20 02:05:17 +02:00
Astro 706886b966 Makefile: use $(shell ..) instead of `..` 2016-09-19 23:31:22 +02:00
Astro 63bb96e50b Makefile: ALL shouldn't depend on clean 2016-09-19 23:00:19 +02:00
Astro bdd93d41ae Makefile: fix recursive make invocation
fixes jobserver warning, enables parallel build with `make -j'.
2016-09-19 22:49:23 +02:00
Astro 31818009e0 fix template stuff 2016-07-06 19:48:52 +02:00
Astro 86fef07844 moar generation goodness 2016-07-06 19:32:39 +02:00
Astro 8d9b511bb5 begin implementing Makefiles/generation 2016-07-06 18:56:34 +02:00