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