diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-08-03 10:45:29 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-08-03 10:45:29 +0300 |
| commit | 537391127f76fb6c53b44b6ebae5d3d6f7e3efaf (patch) | |
| tree | cccaceac60cfb351aeaa10ca741b10d05fb4c8d1 /Makefile.am | |
| parent | tunnel.scm: Use plain SRFI-9 records (diff) | |
| download | guile-ssh-537391127f76fb6c53b44b6ebae5d3d6f7e3efaf.tar.gz | |
Makefile.am: Fix 'clean-go' target
* Makefile.am (clean-go): Fix the target.
* modules/ssh/Makefile.am (clean-go): Likewise.
* modules/Makefile.am (clean-go): New target.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7229acd..3b9867a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,7 +37,7 @@ dist-hook: gen-ChangeLog .PHONY: gen-ChangeLog clean-go: - @cd ssh; make clean-go + @cd modules; make clean-go .PHONY: clean-go ## Makefile.am ends here |
