From: michaelh Date: Wed, 11 Jul 2001 02:55:58 +0000 (+0000) Subject: Added Makefiles to work around CVS X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=73e640e5e350e3ab36d2dbdae334aa44ebe8be1a;p=fw%2Fsdcc Added Makefiles to work around CVS git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1052 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/device/lib/large/Makefile b/device/lib/large/Makefile new file mode 100644 index 00000000..2e05df18 --- /dev/null +++ b/device/lib/large/Makefile @@ -0,0 +1,6 @@ +# Dummy Makefile to get around CVS +all: + touch dummy.lib + touch dummy.rel + +clean: diff --git a/device/lib/small/Makefile b/device/lib/small/Makefile new file mode 100644 index 00000000..2e05df18 --- /dev/null +++ b/device/lib/small/Makefile @@ -0,0 +1,6 @@ +# Dummy Makefile to get around CVS +all: + touch dummy.lib + touch dummy.rel + +clean: