zoom/firmware/Makefile
jim 5cb6542c7e add lookup table for DAC mapping
git-svn-id: https://bucket.mit.edu/svn/nilm/zoom@8026 ddd99763-3ecb-0310-9145-efcb8ce7c51f
2009-11-03 22:31:47 +00:00

8 lines
158 B
Makefile

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