From 2679d213fe4eae9f00a496c9b5fa2a67c85e78e1 Mon Sep 17 00:00:00 2001 From: Hamish Moffatt Date: Sun, 6 Jan 2002 13:02:15 +0100 Subject: Import libstroke_0.5.1.orig.tar.gz [dgit import orig libstroke_0.5.1.orig.tar.gz] --- javastroke/Makefile.unix | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 javastroke/Makefile.unix (limited to 'javastroke/Makefile.unix') diff --git a/javastroke/Makefile.unix b/javastroke/Makefile.unix new file mode 100644 index 0000000..5ee1537 --- /dev/null +++ b/javastroke/Makefile.unix @@ -0,0 +1,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" + -- cgit v1.2.3