more follow-up

CI still had a duplicate tile.o
This commit is contained in:
nhmall
2026-05-18 14:18:24 -04:00
parent 0607d6426c
commit 95151d99fc
4 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -518,7 +518,7 @@ tilemap: tilemap.o $(OBJDIR)/objects.o $(OBJDIR)/monst.o $(OBJDIR)/drawing.o \
$(CLINK) $(LFLAGS) -o tilemap tilemap.o $(OBJDIR)/objects.o \
$(OBJDIR)/monst.o $(OBJDIR)/drawing.o $(HACKLIB) \
$(LIBS)
$(SRCDIR)/tile.c: tilemap
../src/tile.c: tilemap
./tilemap
tiletext.o: ../win/share/tiletext.c $(CONFIG_H) ../win/share/tile.h