diff options
| author | Berke Güzel <wenekar1@gmail.com> | 2026-07-23 17:55:23 +0300 |
|---|---|---|
| committer | Berke Güzel <wenekar1@gmail.com> | 2026-07-23 17:55:23 +0300 |
| commit | 99a002630c8f09b05d68213412185e71daec6e1d (patch) | |
| tree | 176741aa685bc4f3b81b6cb92984fc7f84cad1ce /makefile | |
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..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 |
