Browse Source

Allow "make clean" to succeed twice in a row :)

Peter Pentchev 13 years ago
parent
commit
ee77efbf07
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile

+ 1
- 1
Makefile View File

@@ -14,4 +14,4 @@ filejoinfs: filejoinfs.c
14 14
 	${CC} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -o $@ filejoinfs.c ${LIBS}
15 15
 
16 16
 clean:
17
-	rm filejoinfs
17
+	rm -f filejoinfs

Loading…
Cancel
Save