From 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Apr 2021 16:16:27 -0400 Subject: Added spells --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2978898..6e018e5 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,7 @@ src/dmtool.o: src/dmtool.cc src/creature.h src/json.hpp src/jsonable.h \ src/feature.h $(CC) $(CFLAGS) $< -o $@ -src/feature.o: src/feature.cc src/json.hpp src/feature.h src/jsonable.h \ - src/creature.h +src/feature.o: src/feature.cc src/json.hpp src/feature.h src/jsonable.h $(CC) $(CFLAGS) $< -o $@ src/item.o: src/item.cc src/json.hpp src/item.h src/jsonable.h \ -- cgit v1.2.3