Compile view.scm first
This is to avoid automatic compilation to the cache when main.scm is being built.
This commit is contained in:
parent
436f57cb55
commit
35683db0e6
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ SITEDIR = $(shell pkg-config guile-2.0 --variable=sitedir \
|
|||
--define-variable=prefix=$(DESTDIR))
|
||||
COMPDIR = $(DESTDIR)/lib/guile/2.0/site-ccache
|
||||
|
||||
objects = main.scm main.go view.scm view.go
|
||||
objects = view.scm view.go main.scm main.go
|
||||
install-objects = $(addprefix install-,$(objects))
|
||||
uninstall-objects = $(addprefix uninstall-,$(objects))
|
||||
|
||||
|
|
Loading…
Reference in a new issue