fix Makefile

This commit is contained in:
Oliver 2020-11-21 15:12:12 +01:00
parent ab5f2266d5
commit 87ee330cf7
Signed by untrusted user: okaestne
GPG Key ID: 06A81B143EA9588F
1 changed files with 3 additions and 2 deletions

View File

@ -14,6 +14,7 @@ test: $(TARGET) $(TEST).o
$(CXX) -c -o $@ $(CFLAGS) $^
clean:
$(RM) $(TARGET) $(TEST) $(TEST).o *.log
$(RM) $(TARGET) $(TEST) *.d *.o *.log
-include *.d
include *.d