mirror of
https://github.com/RPCS3/hidapi.git
synced 2024-12-02 15:46:18 +00:00
Failsafe clean rule
If the files to remove are not present the clean rule should not fail. The clean rule is now idempotent. Signed-off-by: Alan Ott <alan@signal11.us>
This commit is contained in:
parent
93affcd658
commit
e08ae577ca
@ -27,6 +27,6 @@ $(CPPOBJS): %.o: %.cpp
|
||||
$(CXX) $(CFLAGS) $< -o $@
|
||||
|
||||
clean:
|
||||
rm *.o hidtest $(CPPOBJS)
|
||||
rm -f *.o hidtest $(CPPOBJS)
|
||||
|
||||
.PHONY: clean
|
||||
|
Loading…
Reference in New Issue
Block a user