mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
By adding common CLEANFILES and DISTCLEANFILES variables to common-rules.mk, we can remove these from most other Makefiles, and also clean files more consistently. Note that bin_PROGRAMS are already cleaned by 'make clean', so I removed cases where these were unnecessarily added to CLEANFILES.
$GOPATH ------- http://golang.org/doc/code.html Note that $GOPATH is set (by the ./run script) to the libguestfs/golang directory so that "installs" happen in the local build tree.