aboutsummaryrefslogtreecommitdiff
path: root/sandbox/pure-read/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/pure-read/Makefile')
-rw-r--r--sandbox/pure-read/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sandbox/pure-read/Makefile b/sandbox/pure-read/Makefile
new file mode 100644
index 0000000..353835b
--- /dev/null
+++ b/sandbox/pure-read/Makefile
@@ -0,0 +1,10 @@
+
+all: read
+
+read: read.c
+ gcc $^ -o $@
+
+clean:
+ - rm read
+
+.PHONY: clean \ No newline at end of file