mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
tests: Make 'TARGETS' overridable.
This allows users to run "make TARGETS=armv7", for instance. * tests/Makefile (TARGETS): Make it overridable.
This commit is contained in:
parent
1bb909a44d
commit
e3d9bdf03f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
TESTS=$(sort $(basename $(wildcard *.c)))
|
||||
TARGETS=native ia32 aarch64 armv7
|
||||
TARGETS ?= native ia32 aarch64 armv7
|
||||
|
||||
# Suitable values of cross-compiler variables for Debian:
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue