Relicense to 2-clause BSD. Befin the history document.
[open-adventure.git] / Makefile
index 1b88b81d8e8398c7b693eaff3dca3688ff3e9763..9aa8f61f554e100369b6828b3399372916c0fb95 100644 (file)
--- 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