summaryrefslogtreecommitdiff
path: root/ppm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ppm/Makefile')
-rw-r--r--ppm/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/ppm/Makefile b/ppm/Makefile
new file mode 100644
index 0000000..031bfc6
--- /dev/null
+++ b/ppm/Makefile
@@ -0,0 +1,8 @@
+main: main.zig ppm.zig
+ zig run main.zig
+
+show:
+ nsxiv test.ppm
+
+clean:
+ $(RM) test.ppm