8 lines
118 B
Makefile
8 lines
118 B
Makefile
|
|
DBGL = '-DDEBUG_LEVEL=1 -g '
|
|
|
|
fimg2povhf: fimg2povhf.c Makefile
|
|
gcc -Wall $(DBGL) $< -limage -lfloatimg -lm -o $@
|
|
|
|
|