diff options
author | gregory guy <[email protected]> | 2020-09-30 16:23:35 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-10-11 13:12:40 +0200 |
commit | cf1333ecb3899315c395f307ac66c6f12ce82de6 (patch) | |
tree | 28384441987808c8b2c5e9e3bd938775543a9571 /Makefile.cvs | |
parent | 774fc9c3fab286c8040bdd37f088f628769c2694 (diff) | |
download | klcddimmer-cf1333ecb3899315c395f307ac66c6f12ce82de6.tar.gz klcddimmer-cf1333ecb3899315c395f307ac66c6f12ce82de6.zip |
Drop automake build support.
Add basic cmake build instructions.
Deleted empty files ChangeLog and TODO.
Rework of the README and NEWS files.
Some cosmetics.
Signed-off-by: gregory guy <[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: |