source: tests/Fragmentations/Analyzing/heptan/post/plots/Makefile@ 88bb6b

Last change on this file since 88bb6b was 878044, checked in by Frederik Heber <heber@…>, 15 years ago

Added (simple) regression tests for joiner and analyzer for heptan.

  • Property mode set to 100644
File size: 140 bytes
Line 
1PYX = $(shell ls *.pyx)
2
3EPS = $(PYX:.pyx=.eps)
4
5%.eps: %.pyx
6 ~/build/pyxplot/pyxplot $<
7
8all: $(EPS)
9
10.PHONY: clean
11clean:
12 rm -rf $(EPS)
Note: See TracBrowser for help on using the repository browser.