]> git.tuebingen.mpg.de Git - dss.git/commit
Add phony targets distclean and maintainer-clean.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 9 May 2024 13:20:25 +0000 (15:20 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 16 Jun 2024 16:22:00 +0000 (18:22 +0200)
commit2c880db9d3dc1e2df270295af8a7219a339258b2
tree5494576df9df77ee338f14cca483fdadde10f0d9
parent1560bada28d956f5c846c9bca821a8d60860f43e
Add phony targets distclean and maintainer-clean.

With the patch applied, "make clean" keeps files generated by lopsub
and m4, "make distclean" removes the build directory, and "make
maintainer-clean" removes all untracked files except Makefile.local.
Makefile