zoom/firmware/Makefile

8 lines
158 B
Makefile
Raw Permalink Normal View History

all: lookup.inc
lookup.inc: gen-dac-lookup.pl
perl gen-dac-lookup.pl > lookup.inc
show: lookup.inc
echo 'plot "lookup.inc" with lines' | gnuplot -persist