Changed location of checkers binary

git-svn-id: svn://kolibrios.org@4658 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
ashmew2 2014-03-15 20:40:34 +00:00
parent 26a99f5bce
commit f813e5d1d8

View File

@ -627,7 +627,7 @@ e80: .obj.e80/start.o .obj.e80/kolibri.o .obj.e80/stdlib.o .obj.e80/string.o .ob
# Rules for Checkers
CHECKERSDIR=$(PROGS)/games/checkers/trunk
games/checkers : checkers.o
g++ -L/usr/X11R6/lib -lX11 -o checkers checkers.o
g++ -L/usr/X11R6/lib -lX11 -o games/checkers checkers.o
checkers.o : $(CHECKERSDIR)/checkers.cpp \
$(CHECKERSDIR)/position.h \