From 5a08466013e8a577ae846ac3ad01522b5cbe5759 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Fri, 9 Apr 2021 09:22:54 -0400 Subject: Fix circle dep --- phantasia/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phantasia/Makefile b/phantasia/Makefile index c0a4484a..312e96f8 100644 --- a/phantasia/Makefile +++ b/phantasia/Makefile @@ -34,7 +34,7 @@ $(PROG): $(SRCS) $(CC) $(CFLAGS) $(LDFLAGS) -o $(PROG) $(SRCS) -lncursesw -I$(ROOT) $(STRIP) $(PROG) -$(ALLFILES): $(FILES) +$(ALLFILES): files.stamp install: $(PROG) $(MAN) $(ALLFILES) $(GINSTALL) -Dm2755 $(PROG) $(DESTDIR)/$(PREFIX)/games/$(PROG) -- cgit v1.2.3-56-ge451