find path relative to file including image
[ozzloy@gmail.com/scribble-multiple-dir-example] / Makefile
CommitLineData
6c341162 1all:test
2
3test:
4 scribble top-level.scrbl
3788884d 5
6clean:
7 rm -f scribble-common.js \
8 scribble-style.css scribble.css \
9 image.png \
10 top-level.html
11
12new: clean all