summaryrefslogtreecommitdiff
path: root/examples/hello_fgetln/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_fgetln/Makefile')
-rw-r--r--examples/hello_fgetln/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/hello_fgetln/Makefile b/examples/hello_fgetln/Makefile
new file mode 100644
index 0000000..d77b37e
--- /dev/null
+++ b/examples/hello_fgetln/Makefile
@@ -0,0 +1,10 @@
+MKC_FEATURES = fgetln err
+
+PROG = hello
+
+WARNS = 4
+
+MKC_REQD = 0.26.0
+
+.include "test.mk"
+.include <mkc.prog.mk>