diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2024-03-10 17:53:54 +0200 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2024-03-10 17:53:54 +0200 |
commit | 7f408ad635a5e2a7829db68c19e51a295d55b9d1 (patch) | |
tree | a494c34a4c7a10d114a6b95fc4216f3eabce4e81 /Makefile.cvs | |
download | tde-style-polyester-7f408ad635a5e2a7829db68c19e51a295d55b9d1.tar.gz tde-style-polyester-7f408ad635a5e2a7829db68c19e51a295d55b9d1.zip |
Imported from Pling
Diffstat (limited to 'Makefile.cvs')
-rw-r--r-- | Makefile.cvs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.cvs b/Makefile.cvs new file mode 100644 index 0000000..4c0afd1 --- /dev/null +++ b/Makefile.cvs @@ -0,0 +1,10 @@ +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: |