source:
tests/Fragmentations/Analyzing/heptan/post/plots/Makefile@
88bb6b
| Last change on this file since 88bb6b was 878044, checked in by , 15 years ago | |
|---|---|
|
|
| File size: 140 bytes | |
| Line | |
|---|---|
| 1 | PYX = $(shell ls *.pyx) |
| 2 | |
| 3 | EPS = $(PYX:.pyx=.eps) |
| 4 | |
| 5 | %.eps: %.pyx |
| 6 | ~/build/pyxplot/pyxplot $< |
| 7 | |
| 8 | all: $(EPS) |
| 9 | |
| 10 | .PHONY: clean |
| 11 | clean: |
| 12 | rm -rf $(EPS) |
Note:
See TracBrowser
for help on using the repository browser.
