diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-04-15 21:51:56 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-04-15 21:51:56 +0200 |
commit | 634aaabc8f08f2f28442c00207bed03c186f8ea5 (patch) | |
tree | c8a79057d31b36f8fbfc96526f4a2800a7ea685d /Makefile.cvs | |
parent | f1f2e36798501c877816f15c602988204073b41d (diff) | |
download | tdeio-ftps-634aaabc8f08f2f28442c00207bed03c186f8ea5.tar.gz tdeio-ftps-634aaabc8f08f2f28442c00207bed03c186f8ea5.zip |
Drop automake build support.
Add basic cmake build instructions.
Rework of the README file.
Add the MODULE directive to the build.
Some cosmetics.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'Makefile.cvs')
-rw-r--r-- | Makefile.cvs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile.cvs b/Makefile.cvs deleted file mode 100644 index eb9aae8..0000000 --- a/Makefile.cvs +++ /dev/null @@ -1,11 +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: |