diff --git a/Makefile b/Makefile index 18be454cb7777565526670140dafffd8ece71652..2d729a84a2a74eeda895aedc63d100eaefb05c55 100644 --- a/Makefile +++ b/Makefile @@ -34,4 +34,4 @@ dep: -include $(DEP) clean: - rm -f $(TARGET) $(OBJS) + rm -f $(TARGET) $(OBJS) $(DEP)