mirror of
https://github.com/CTCaer/hidapi.git
synced 2025-02-18 17:57:49 +00:00
Use explicit file names
*.o does not match ../hidtest/hidtest.o so we must use an explicit list of .o file names
This commit is contained in:
parent
81382f21d8
commit
02c55187a7
@ -27,6 +27,6 @@ $(CPPOBJS): %.o: %.cpp
|
||||
$(CXX) $(CFLAGS) $< -o $@
|
||||
|
||||
clean:
|
||||
rm -f *.o hidtest
|
||||
rm -f $(OBJS) hidtest
|
||||
|
||||
.PHONY: clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user