FloatImg/contrib/Makefile

8 lines
118 B
Makefile
Raw Normal View History

2022-01-09 03:48:18 +11:00
2022-01-09 07:51:31 +11:00
DBGL = '-DDEBUG_LEVEL=1 -g '
2022-01-09 03:48:18 +11:00
fimg2povhf: fimg2povhf.c Makefile
gcc -Wall $(DBGL) $< -limage -lfloatimg -lm -o $@