Merge pull request #11 from ahorn42/master
Fix for make clean error, if the folder was already deleted or not yet created
Changes
1 changed files
(+1/-1)
-
-
$(C) $(CFLAGS) $< -o $@
clean:
-
rm *.o sunwait
+
rm -f *.o sunwait
- Authored by
-
Daniel Risacher
- Authored at
-
- Committed by
-
GitHub
- Committed at
-
- Signature
-
View
- Object name
- 5facc0eeef63566c9f5f5fa990f8f8002f8bc74b
- Parent
-
8b33f470
- Tab width
-