Skip to content

Commit

Permalink
Auto-compile setting on make to end p6eval timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Feb 18, 2011
1 parent a938d4c commit 1b13b31
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Expand Up @@ -17,9 +17,12 @@ srcunits=CClass Body Unit CgOp Op OpHelpers Sig RxOp NAME Stash STD \
NieczaPathSearch NieczaBackendNAM NieczaBackendDotnet \
NieczaBackendClisp NieczaCompiler GetOptLong

all: run/Niecza.exe obj/Kernel.dll obj/CLRBackend.exe
all: run/Niecza.exe obj/Kernel.dll obj/CORE.nam obj/CLRBackend.exe
git describe --tags > VERSION

obj/CORE.nam: run/Niecza.exe obj/CLRBackend.exe lib/SAFE.setting lib/CORE.setting
$(RUN_CLR) run/Niecza.exe -C CORE

run/Niecza.exe: .fetch-stamp $(patsubst %,src/%.pm6,$(srcunits)) src/niecza
cd src && $(RUN_CLR) ../boot/run/Niecza.exe -v -c -Bnam niecza
for nfile in $(libunits) $(srcunits); do \
Expand Down

0 comments on commit 1b13b31

Please sign in to comment.