summary refs log tree commit diff
path: root/utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile
new file mode 100644
index 0000000..711ac68
--- /dev/null
+++ b/utils/Makefile
@@ -0,0 +1,8 @@
+RM = rm -f
+
+all: convert
+
+clean:
+	$(RM) convert
+
+.PHONY: all clean