Remove ALL object files in OBJDIR

This commit is contained in:
Timo Schmidt 2023-03-19 03:40:29 +01:00
parent ab3105a165
commit be494be0e5
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ ${BUILDDIR}/${app}: ${OBJ}
${CC} -o $@ $^ ${CFLAGS} ${CC} -o $@ $^ ${CFLAGS}
clean: clean:
rm -f ${OBJ} rm -f ${OBJDIR}/*.o
rm -f *~ rm -f *~
rm -f ${INCDIR}/*~ rm -f ${INCDIR}/*~
rm -f ${BUILDDIR}/* rm -f ${BUILDDIR}/*