summaryrefslogtreecommitdiff
path: root/examples/tools/tools/prog1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/tools/prog1/Makefile')
-rw-r--r--examples/tools/tools/prog1/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/tools/tools/prog1/Makefile b/examples/tools/tools/prog1/Makefile
index ce374a2..bca4588 100644
--- a/examples/tools/tools/prog1/Makefile
+++ b/examples/tools/tools/prog1/Makefile
@@ -5,5 +5,8 @@ WARNS = 4
MKC_REQD = 0.10.0
+check:
+ @: do something useful
+
.include "../../libs/foo/linkme.mk"
.include <mkc.prog.mk>