diff options
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 |
