Changed location of checkers binary
git-svn-id: svn://kolibrios.org@4658 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
26a99f5bce
commit
f813e5d1d8
@ -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
|
# Rules for Checkers
|
||||||
CHECKERSDIR=$(PROGS)/games/checkers/trunk
|
CHECKERSDIR=$(PROGS)/games/checkers/trunk
|
||||||
games/checkers : checkers.o
|
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 \
|
checkers.o : $(CHECKERSDIR)/checkers.cpp \
|
||||||
$(CHECKERSDIR)/position.h \
|
$(CHECKERSDIR)/position.h \
|
||||||
|
Loading…
Reference in New Issue
Block a user