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