diff --git a/Makefile b/Makefile index 87bdd05..f3e91a8 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ ${BUILDDIR}/${app}: ${OBJ} ${CC} -o $@ $^ ${CFLAGS} clean: - rm -f ${OBJ} + rm -f ${OBJDIR}/*.o rm -f *~ rm -f ${INCDIR}/*~ rm -f ${BUILDDIR}/*