Skip to content

improve qcsrc/Makefile

bones_was_here requested to merge bones_was_here/qcsrc_Makefile into master

By setting the default QCC value to the path to gmqcc in the git tree, one can do test QC builds with just make or make qc, without needing to always set QCC=../../../../gmqcc/gmqcc. If one does set QCC, it still applies as usual.

make clean was only removing some of the files created during a build, this will now remove all of them.

When the csprogs pk3 was created, any pk3 file in the directory was deleted. Now it will only remove csprogs-*.pk3

Merge request reports