Ok, this writz is working

This commit is contained in:
tTh
2022-01-08 21:51:31 +01:00
parent ccd324749e
commit a8d1e18650
6 changed files with 125 additions and 10 deletions

View File

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