diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2021-03-30 17:28:24 +0300 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2021-03-30 17:28:24 +0300 |
commit | 2236746366ccdda326a30bce1deef1d4c5bddc73 (patch) | |
tree | aa59bac9289b38430f4aa9661050101fe752a202 /Makefile.cvs | |
parent | 21e74835369b66382221d40df0d7831372771733 (diff) | |
download | kompose-2236746366ccdda326a30bce1deef1d4c5bddc73.tar.gz kompose-2236746366ccdda326a30bce1deef1d4c5bddc73.zip |
Removed CVS files.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'Makefile.cvs')
-rw-r--r-- | Makefile.cvs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile.cvs b/Makefile.cvs deleted file mode 100644 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: |