Add control file for shipper.

This commit is contained in:
Eric S. Raymond 2017-05-18 07:30:04 -04:00
parent 8e73ebf31b
commit c1635d7378
2 changed files with 23 additions and 1 deletions

View file

@ -1,7 +1,7 @@
# Makefile for the open-source release of adventure 2.5
OBJS=main.o init.o actions1.o actions2.o score.o misc.o datime.o
SOURCES=$(OBJS:.o=.c) COPYING NEWS README adventure.asc
SOURCES=$(OBJS:.o=.c) COPYING NEWS README advent.text control
.c.o:
gcc -O $(DBX) -c $<