From 634aaabc8f08f2f28442c00207bed03c186f8ea5 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Wed, 15 Apr 2020 21:51:56 +0200 Subject: 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 --- Makefile.cvs | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Makefile.cvs (limited to 'Makefile.cvs') 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: -- cgit v1.2.1