summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Makefile.obj
diff options
context:
space:
mode:
authorBrendan Hickey <brendan@bhickey.net>2012-09-03 12:31:15 -0700
committerBrendan Hickey <brendan@bhickey.net>2012-12-30 19:06:09 -0800
commit706b2d18b3fd6396b94b7eaed7ffb7c726acc5e5 (patch)
tree5c1717fa13f3753efc4829ebf823f4b4f7779092 /crawl-ref/source/Makefile.obj
parent5ecf38d3a12434ce541d30b3aa976bf35b1e3468 (diff)
downloadcrawl-ref-706b2d18b3fd6396b94b7eaed7ffb7c726acc5e5.tar.gz
crawl-ref-706b2d18b3fd6396b94b7eaed7ffb7c726acc5e5.zip
Add perlin.o to Makefile
Diffstat (limited to 'crawl-ref/source/Makefile.obj')
-rw-r--r--crawl-ref/source/Makefile.obj1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/Makefile.obj b/crawl-ref/source/Makefile.obj
index 9772880b87..2b63735e8f 100644
--- a/crawl-ref/source/Makefile.obj
+++ b/crawl-ref/source/Makefile.obj
@@ -164,6 +164,7 @@ ouch.o \
output.o \
package.o \
pattern.o \
+perlin.o \
place-info.o \
place.o \
player-act.o \