diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-25 14:42:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-25 14:42:24 -0600 |
commit | 4b83c6b1906fee2fdeb0545874162923aad02178 (patch) | |
tree | d5bcccec39c2b76fd6f65814e1dfc3249a45982e /Makefile.cvs | |
parent | 6c83bdc970ae3c45e546b3593630b0f96f95e807 (diff) | |
download | kpicosim-4b83c6b1906fee2fdeb0545874162923aad02178.tar.gz kpicosim-4b83c6b1906fee2fdeb0545874162923aad02178.zip |
Remove obsolete Makefile.cvs file
Diffstat (limited to 'Makefile.cvs')
-rwxr-xr-x | Makefile.cvs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile.cvs b/Makefile.cvs deleted file mode 100755 index 4c0afd1..0000000 --- a/Makefile.cvs +++ /dev/null @@ -1,10 +0,0 @@ -all: - @echo "This Makefile is only for the CVS repository" - @echo "This will be deleted before making the distribution" - @echo "" - $(MAKE) -f admin/Makefile.common cvs - -dist: - $(MAKE) -f admin/Makefile.common dist - -.SILENT: |