From be5267c86e001e1fe5f7c3ccea3453c92280f46b Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Thu, 3 Dec 1998 13:04:22 +0100 Subject: [PATCH] rnd-19981203-1 --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile b/Makefile index 23b693e5..8d50bfea 100644 --- a/Makefile +++ b/Makefile @@ -30,5 +30,13 @@ clean: backup: ./Scripts/make_backup.sh +dist: dist-unix dist-dos + +dist-unix: + ./Scripts/make_dist_unix.sh . + +dist-dos: + ./Scripts/make_dist_dos.sh . + depend: $(MAKE_CMD) depend -- 2.34.1