summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-02-04 20:08:30 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-02-04 20:08:30 +0100
commit93c8c2f27f0899ea412147d0e18554273442d19c (patch)
tree66ff71234131e3cba19a4178e2a2e192f9a301ad /Makefile
downloadblpconvert-93c8c2f27f0899ea412147d0e18554273442d19c.tar.gz
Engage!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..1559e7f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+blpconvert: blpconvert.c
+ clang -o blpconvert blpconvert.c