diff options
author | Michele Calgaro <[email protected]> | 2023-07-22 13:28:28 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-08-03 22:56:40 +0900 |
commit | 7fbccb650b02b00882781706c11d76add0b589bc (patch) | |
tree | 99b95403f3b127209124b504a5b64996230bcb84 /Makefile.cvs | |
parent | b3ebd61cfbfdba0d025543c5323751ad7a73a8fe (diff) | |
download | k9copy-7fbccb650b02b00882781706c11d76add0b589bc.tar.gz k9copy-7fbccb650b02b00882781706c11d76add0b589bc.zip |
Normalize doc structure and remove unused files
Signed-off-by: Michele Calgaro <[email protected]>
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: |