OSDN Git Service

Add new option -- show_ammo_detail / show_ammo_no_crit
[hengband/hengband.git] / src / makefile.std
index 2f2f484..d4255b0 100644 (file)
@@ -53,7 +53,7 @@ SRCS = \
        do-spell.c store.c birth.c load.c \
        wizard1.c wizard2.c grid.c streams.c rooms.c \
        generate.c dungeon.c init1.c init2.c \
-       effects.c racial.c inet.c report.c snipe.c \
+       effects.c racial.c inet.c report.c snipe.c hex.c \
        artifact.c autopick.c mutation.c flavor.c spells3.c \
        mspells1.c mspells2.c scores.c mind.c mane.c hissatsu.c \
        bldg.c obj_kind.c wild.c avatar.c japanese.c mspells3.c \
@@ -69,7 +69,7 @@ OBJS = \
        do-spell.o store.o birth.o load.o \
        wizard1.o wizard2.o grid.o streams.o rooms.o \
        generate.o dungeon.o init1.o init2.o \
-       effects.o racial.o inet.o report.o snipe.o \
+       effects.o racial.o inet.o report.o snipe.o hex.o \
        artifact.o autopick.o mutation.o flavor.o spells3.o \
        mspells1.o mspells2.o scores.o mind.o mane.o hissatsu.o \
        bldg.o obj_kind.o wild.o avatar.o japanese.o mspells3.o \
@@ -323,6 +323,7 @@ grid.o: grid.c $(INCS) grid.h generate.h
 rooms.o: rooms.c $(INCS) grid.h rooms.h generate.h
 streams.o: streams.c $(INCS) grid.h generate.h
 hissatsu.o: hissatsu.c $(INCS)
+hex.o: hex.c $(INCS)
 inet.o: inet.c $(INCS)
 init1.o: init1.c $(INCS)
 init2.o: init2.c $(INCS)