mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 14:19:18 +02:00
setting .DEFAULT_GOAL := all
This commit is contained in:
parent
ee017262c6
commit
3d17e214be
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -1,6 +1,7 @@
|
|||
# -*- makefile-gmake -*-
|
||||
|
||||
.PHONY: dist mips-dist cleaner test checkdefs
|
||||
.DEFAULT_GOAL := all
|
||||
|
||||
CHIBI_FFI ?= $(CHIBI) tools/chibi-ffi
|
||||
CHIBI_FFI_DEPENDENCIES ?= $(CHIBI_DEPENDENCIES) tools/chibi-ffi
|
||||
|
|
Loading…
Add table
Reference in a new issue