aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfoswret <foswret@posteo.com>2025-11-06 11:51:28 -0600
committerfoswret <foswret@posteo.com>2025-11-06 11:51:28 -0600
commit258532d738791a69a1db7df27849cd8d8ab0464e (patch)
tree300af1864a9bf0212f832a20323bdd37a69cfc87 /Makefile
first commit
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..4383372
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+main: main.c
+ clang main.c `pkg-config --cflags -libs cairo cairo-pdf` -o output