about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2023-08-26 09:33:20 -0400
committerZach DeCook <zachdecook@librem.one>2023-08-26 09:33:20 -0400
commitc6346c6ef55614e0a3471634acdf80c09a601071 (patch)
tree67c750f869ac21604b45a9aa2f52ae32e1881b7b /Makefile
parent2b1d0578c13ad8bfd80571c10a0b4b35d9891258 (diff)
downloadshemuvi-c6346c6ef55614e0a3471634acdf80c09a601071.tar.gz
File Load: create svg from file with verovio and dump into stdout
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..de13188
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+shemuvi: main.c
+	gcc $$( pkg-config --cflags gtk4 ) -o shemuvi main.c $$( pkg-config --libs gtk4 ) -lverovio