From 304f1527ccc0ce34aa647c22a75d0a28303f0c5d Mon Sep 17 00:00:00 2001 From: mdb Date: Thu, 15 Feb 2001 01:47:55 +0000 Subject: [PATCH] Added a top-level makefile for ease of rebuilding. git-svn-id: https://samskivert.googlecode.com/svn/trunk@49 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/samskivert/src/java/com/samskivert/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 projects/samskivert/src/java/com/samskivert/Makefile diff --git a/projects/samskivert/src/java/com/samskivert/Makefile b/projects/samskivert/src/java/com/samskivert/Makefile new file mode 100644 index 00000000..e3bc7cb2 --- /dev/null +++ b/projects/samskivert/src/java/com/samskivert/Makefile @@ -0,0 +1,8 @@ +# +# $Id: Makefile,v 1.1 2001/02/15 01:47:55 mdb Exp $ + +ROOT = ../.. + +SRCS = \ + +include $(ROOT)/build/Makefile.java