diff options
| author | Zach DeCook <zachdecook@librem.one> | 2023-08-26 09:33:20 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2023-08-26 09:33:20 -0400 |
| commit | c6346c6ef55614e0a3471634acdf80c09a601071 (patch) | |
| tree | 67c750f869ac21604b45a9aa2f52ae32e1881b7b /Makefile | |
| parent | 2b1d0578c13ad8bfd80571c10a0b4b35d9891258 (diff) | |
| download | shemuvi-c6346c6ef55614e0a3471634acdf80c09a601071.tar.gz | |
File Load: create svg from file with verovio and dump into stdout
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
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 |
