summaryrefslogtreecommitdiff
path: root/javastroke/Makefile.unix
blob: 5ee1537fdc9685cf38328191c08976743f618cd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
all::
	"make compile to compile javastroke"

compile::
	javac Stroke.java
	javac Paint.java

distdir::
	echo "nothing to do"

test::
	java Paint

clean::
	rm -f *class

install::
	echo "Install javastroke by hand, if desired"