Oops; use the install target as the main target so that we only rebuild

things when it's actually necessary to do so.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2112 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2003-01-12 02:06:10 +00:00
parent 786f6f8a63
commit 7953fb0b24
@@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.2 2003/01/12 02:04:19 shaper Exp $
# $Id: Makefile,v 1.3 2003/01/12 02:06:10 shaper Exp $
#
# Executable definitions
@@ -27,9 +27,9 @@ INSTALL_TARGET=${INSTALL_PATH}/${TARGET}
#
# Target definitions
all: ${TARGET}
all: ${INSTALL_TARGET}
${TARGET}: com_threerings_util_keybd_Keyboard.c
${INSTALL_TARGET}: com_threerings_util_keybd_Keyboard.c
${CC} ${INCLUDES} -c com_threerings_util_keybd_Keyboard.c \
-o com_threerings_util_keybd_Keyboard.o
${MKDIR} -p ${INSTALL_PATH}