Shorten line
This commit is contained in:
parent
984abc17b3
commit
c9515188ab
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
DESTDIR ?= /usr/local
|
||||
SITEDIR = $(shell pkg-config guile-2.0 --variable=sitedir --define-variable=prefix=$(DESTDIR))
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue