X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=9aa8f61f554e100369b6828b3399372916c0fb95;hb=13d4f5bda06e5342b37d23129eacdb79ef42038d;hp=1b88b81d8e8398c7b693eaff3dca3688ff3e9763;hpb=24d7aeaf8a1dc13034884044139728045604fc37;p=open-adventure.git diff --git a/Makefile b/Makefile index 1b88b81..9aa8f61 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,4 @@ -# NOTE: This version of Adventure was developed by the author on private -# equipment, and has been ported to Sun for entertainment purposes only. -# The author (Don Woods) retains full rights to the work. +# Makefile for the pen-source release of adventure 2.4 OBJS=main.o init.o actions1.o actions2.o score.o misc.o datime.o @@ -21,3 +19,6 @@ actions2.o: misc.h main.h share.h funcs.h score.o: misc.h main.h share.h misc.o: misc.h main.h + +clean: + rm -f *.o adventure