Initital commit

This commit is contained in:
Never Gude 2026-03-04 23:28:13 +01:00
parent 006832edc2
commit bcfd38ce94
4 changed files with 66406 additions and 0 deletions

3
Makefile Normal file
View file

@ -0,0 +1,3 @@
main: main.c
gcc $< -o $@ -I /usr/include/mupdf/ -L /usr/lib64/ -lmupdf