added -f to rm, to avoid errors if the sunwait folder was already removed or is not existent
Changes
1 changed files
(+1/-1)
-
-
$(C) $(CFLAGS) $< -o $@
clean:
-
rm *.o sunwait
+
rm -f *.o sunwait
- Authored by
-
Andreas Horn
- Authored at
-
- Committed by
-
Andreas Horn
- Committed at
-
- Signature
-
View
- Object name
- c10f253800034d8a3bccda46deb4b77104f3e1e9
- Parent
-
7326b53e
- Tab width
-