Skip to content
Snippets Groups Projects
Commit 70a9c720 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

build: Add 'clean-go' target.

* Makefile.am (clean-go): New phony target.
parent b2ba65c8
No related branches found
No related tags found
No related merge requests found
...@@ -95,6 +95,10 @@ srfi/srfi-37.scm: srfi/srfi-37.scm.in ...@@ -95,6 +95,10 @@ srfi/srfi-37.scm: srfi/srfi-37.scm.in
endif INSTALL_SRFI_37 endif INSTALL_SRFI_37
# Handy way to remove the .go files without removing all the rest.
clean-go:
-$(RM) -f $(GOBJECTS)
SCM_TESTS = \ SCM_TESTS = \
tests/base32.scm \ tests/base32.scm \
...@@ -240,5 +244,5 @@ assert-binaries-available: ...@@ -240,5 +244,5 @@ assert-binaries-available:
$(top_builddir)/pre-inst-env "$(GUILE)" \ $(top_builddir)/pre-inst-env "$(GUILE)" \
"$(top_srcdir)/build-aux/check-available-binaries.scm" "$(top_srcdir)/build-aux/check-available-binaries.scm"
.PHONY: sync-descriptions gen-ChangeLog .PHONY: sync-descriptions gen-ChangeLog clean-go
.PHONY: assert-no-store-file-names assert-binaries-available .PHONY: assert-no-store-file-names assert-binaries-available
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment