Add control file for shipper.
This commit is contained in:
parent
8e73ebf31b
commit
c1635d7378
2 changed files with 23 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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 $<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue