Skip to content

Commit

Permalink
Fixed "clean" option not cleaning XCB-TRL object files (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerjenigeUberMensch authored May 13, 2024
1 parent 1b45c9b commit 465a20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ default: ${OBJ}
@echo "Done."


__CLEANARGS = ${RM} ${BIN}/*.o ${EXEPATH}
__CLEANARGS = ${RM} ${BIN}/*.o ${BIN}/XCB-TRL/*.o ${EXEPATH}

clean:
${__CLEANARGS}
Expand Down

0 comments on commit 465a20b

Please sign in to comment.