mirror of
https://github.com/BertoldVdb/ZoneDetect.git
synced 2026-04-27 14:57:40 +00:00
updated 'clean' makefile rule to ignore errors
This commit is contained in:
parent
4258527fc1
commit
ff8402b54c
1 changed files with 1 additions and 1 deletions
|
|
@ -49,4 +49,4 @@ obj/%.o: src/%.c $(INCLUDES_SRC)
|
|||
$(CC) $(CFLAGS) $< -o $@
|
||||
|
||||
clean:
|
||||
rm -r $(OBJECTS_OBJ) $(EXECUTABLE)
|
||||
rm -rf $(OBJECTS_OBJ) $(EXECUTABLE)
|
||||
|
|
|
|||
Loading…
Reference in a new issue