summaryrefslogtreecommitdiffstats
path: root/canfield/cfscores/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'canfield/cfscores/Makefile')
-rw-r--r--canfield/cfscores/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/canfield/cfscores/Makefile b/canfield/cfscores/Makefile
index f8c9518e..4e32a5d2 100644
--- a/canfield/cfscores/Makefile
+++ b/canfield/cfscores/Makefile
@@ -7,11 +7,11 @@ SRCS= cfscores.c
all: $(PROG)
$(PROG): $(SRCS)
- $(CC) $(CFLAGS) -o $(PROG) $(SRCS) -I../canfield
+ $(CC) $(CFLAGS) -o $(PROG) $(SRCS) -I../canfield -I$(ROOT)
$(STRIP) $(PROG)
install: $(PROG) $(MAN)
- $(GINSTALL) -Dm755 $(PROG) $(DESTDIR)/usr/games/$(PROG)
+ $(GINSTALL) -Dm755 $(PROG) $(DESTDIR)/$(PREFIX)/games/$(PROG)
clean:
rm -f $(CLEANFILES) $(PROG)