From cdf8ded57019d5c905f16422d40be7b1a18ab3bc Mon Sep 17 00:00:00 2001 From: Tom Schouten Date: Tue, 21 Jan 2003 10:18:19 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r350, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/creb/; revision=351 --- system/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 system/Makefile (limited to 'system/Makefile') diff --git a/system/Makefile b/system/Makefile new file mode 100644 index 0000000..12666a4 --- /dev/null +++ b/system/Makefile @@ -0,0 +1,8 @@ +include ../Makefile.config + +all: setup.o envelope_util.o + +clean: + rm -f *.o + rm -f *~ + -- cgit v1.2.1