first external contrib

This commit is contained in:
tTh
2022-01-08 17:48:18 +01:00
parent ab9e4b0250
commit ccd324749e
7 changed files with 102 additions and 1 deletions

7
contrib/Makefile Normal file
View File

@@ -0,0 +1,7 @@
DBGL = '-DDEBUG_LEVEL=1'
fimg2povhf: fimg2povhf.c Makefile
gcc -Wall $(DBGL) $< -limage -lfloatimg -lm -o $@