summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBerke Güzel <wenekar1@gmail.com>2026-07-23 17:55:23 +0300
committerBerke Güzel <wenekar1@gmail.com>2026-07-23 17:55:23 +0300
commit99a002630c8f09b05d68213412185e71daec6e1d (patch)
tree176741aa685bc4f3b81b6cb92984fc7f84cad1ce /makefile
initial commitHEADmain
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..8052b3c
--- /dev/null
+++ b/makefile
@@ -0,0 +1,2 @@
+fonttest: font.c
+ gcc font.c utf_8.c -g $(shell pkg-config --cflags --libs freetype2) -O3 -march=native -o font