From 52b91a1aca6640b1797a63afc8a9e9a778b0964a Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 25 Dec 2021 16:52:34 -0500 Subject: Added capability to cause two npcs to attack each other --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e075633..4196791 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ src/cmd_fsops.o: src/cmd_fsops.cc src/cmd.h src/utils.h src/entry.h \ src/cmd_manipulate.o: src/cmd_manipulate.cc src/cmd.h src/utils.h \ src/entry.h src/defines.h src/creature.h src/rules.h src/feature.h \ - src/item.h src/spellcasting.h src/spell.h src/settings.h + src/item.h src/spellcasting.h src/spell.h src/settings.h src/weapon.h $(CC) $(CFLAGS) $< -o $@ `pkg-config $(LIBS) --cflags` src/cmd_query.o: src/cmd_query.cc src/cmd.h src/utils.h src/entry.h \ -- cgit v1.2.3