Mercurial > hg > js-dsp-test
view fft/fft.js/Makefile @ 35:c795fab4c4be
Merge
author | Chris Cannam |
---|---|
date | Tue, 10 Nov 2015 07:30:50 +0000 |
parents | 66f9fd5ac611 |
children |
line wrap: on
line source
TARGETS := lib/complex.js lib/node.erb.js lib/node.js all: $(TARGETS) node: lib/node.js lib/complex.js: src/complex.erb.js erb $^ > $@ lib/node.erb.js: src/node.erb.js erb $^ > $@ lib/node.js: lib/node.erb.js erb $^ > $@ clean: rm -rf $(TARGETS) .PHONY: all clean