X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=Makefile;h=8d50bfeac1ba6211d5d2e242de673b5dd54bfc67;hp=23b693e5d8bce4846833526f6810d2740c7a7ea1;hb=be5267c86e001e1fe5f7c3ccea3453c92280f46b;hpb=182260bf970d56e056a8c0c580ad61302d21ab0f 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