diff options
author | Tom Schouten <doelie@users.sourceforge.net> | 2003-01-21 10:18:19 +0000 |
---|---|---|
committer | Tom Schouten <doelie@users.sourceforge.net> | 2003-01-21 10:18:19 +0000 |
commit | cdf8ded57019d5c905f16422d40be7b1a18ab3bc (patch) | |
tree | 92623f40f305b1e2f51198d5c16893c7ca70a2c6 /system/Makefile |
This commit was generated by cvs2svn to compensate for changes in r350,svn2git-root
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/externals/creb/; revision=351
Diffstat (limited to 'system/Makefile')
-rw-r--r-- | system/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
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 *~ + |