Pass the "don't bitch" flag to rm.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3153 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2004-10-20 03:30:47 +00:00
parent 17d2f97021
commit c1d95485df
2 changed files with 4 additions and 6 deletions
@@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.6 2004/10/20 03:28:48 mdb Exp $
# $Id: Makefile,v 1.7 2004/10/20 03:30:46 mdb Exp $
#
# Executable definitions
@@ -41,5 +41,4 @@ ${TARGET}: com_threerings_util_keybd_Keyboard.c
${LIBRARIES} ${LIBRARIES_PATH} -shared
clean:
-${RM} *.o
-${RM} ${TARGET}
-${RM} -f *.o ${TARGET}
@@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.2 2004/10/20 03:27:22 mdb Exp $
# $Id: Makefile,v 1.3 2004/10/20 03:30:47 mdb Exp $
#
# Executable definitions
@@ -41,5 +41,4 @@ ${TARGET}: com_threerings_util_unsafe_Unsafe.c
${LIBRARIES} ${LIBRARIES_PATH} -shared
clean:
-${RM} *.o
-${RM} ${TARGET}
-${RM} -f *.o ${TARGET}