]> git.tuebingen.mpg.de Git - lopsub.git/commit
build: Provide target distclean.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 2 Mar 2019 13:32:24 +0000 (14:32 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 14 Mar 2019 13:11:03 +0000 (14:11 +0100)
commitadbc19eed2330b9aea3e05b679c84faa8742c6d7
treedbaf121919a913ed769fd98bb826cff78ccfe5ca
parent3daf86d883abadef69583109aace38677e946cca
build: Provide target distclean.

All software packages should at least provide the "clean" and "distclean"
targets. So far we only supported the former, which removed all generated
files.

This commit adds the distclean target and modifies the clean target
to only remove files generated by the compiler, but not the files
that were generated by lopsubgen.
Makefile