We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c72d3e commit 6e9948aCopy full SHA for 6e9948a
Makefile
@@ -17,6 +17,10 @@ BASEDIR = .
17
18
SUBDIRS = src rockin
19
20
+# Explicit dependencies, this is needed to have make bail out if there is any
21
+# error. This is also necessary for working parallel builds
22
+rockin: src
23
+
24
include $(BASEDIR)/etc/buildsys/config.mk
25
include $(BUILDSYSDIR)/rules.mk
26
include $(BUILDSYSDIR)/root/root.mk
0 commit comments