# Makefile for Greed # MSDOS users need PCCurses v1.3 (or later) and Microsoft C 5.1, plus # slight editing of "chmod", "cp", and "rm" statements at bottom of this file. VERS=$(shell sed MANIFEST @(cd ..; ln -s greed greed-$(VERS)) (cd ..; tar -czvf greed/greed-$(VERS).tar.gz `cat greed/MANIFEST`) @(cd ..; rm greed-$(VERS)) dist: greed-$(VERS).tar.gz