forked from tTh/FloatImg
8 lines
114 B
Makefile
8 lines
114 B
Makefile
|
|
||
|
DBGL = '-DDEBUG_LEVEL=1'
|
||
|
|
||
|
fimg2povhf: fimg2povhf.c Makefile
|
||
|
gcc -Wall $(DBGL) $< -limage -lfloatimg -lm -o $@
|
||
|
|
||
|
|