Commit Graph

10 Commits

Author SHA1 Message Date
Adhityaa Chandrasekar
e87367d22f Makefile: fix dependency graph to allow -j8
Previously, the dependency graph was messed up; the copy target was
a dependency of the root target, making it run concurrently when a
-j8 flag is passed to make. This causes make to copy the build files
before they are even built.

With this change, each component copies its own files after building.
2018-08-08 11:04:12 +05:30
Adhityaa
95d80927b2 Makefile: make devel the default target 2018-06-11 01:19:41 +05:30
Pierre-Alain TORET
08c708341b Makefile: add test target
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
2018-06-10 19:57:36 +02:00
Pierre-Alain TORET
adfacbc873 Makefile: fix MAKECMDGOALS typo
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
2018-06-09 15:32:46 +02:00
Adhityaa
130ee48e7e Makefile: do not place templates double-nested 2018-06-09 15:49:54 +05:30
Adhityaa
c6970127f4 Makefile: add db targets 2018-05-27 23:40:46 +05:30
Adhityaa
4504048f87 templates/Makefile: change TMPL_* to TEMPLATES_* 2018-05-27 23:40:46 +05:30
Adhityaa
e0b78d912c templates: add Makefile 2018-05-27 23:40:46 +05:30
Adhityaa
bceb959488 Makefile: add possible refactor TODO 2018-05-27 23:40:46 +05:30
Adhityaa
13973738c2 Makefile: add recursive build 2018-05-27 23:40:46 +05:30