Skip to content

Commit

Permalink
clean up makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebolewski authored and andreasnoack committed Jul 2, 2015
1 parent c9f338c commit 6cc3902
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/perf/arrayalloc/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
ifndef JULIABIN
JULIABIN = julia
endif
JULIAHOME = $(abspath ../../..)
include $(JULIAHOME)/Make.inc

ifndef PYTHONBIN
PYTHONBIN = python3
PYTHONBIN = python
endif

python:
$(PYTHONBIN) lucompletepiv.py

julia:
$(JULIABIN) lucompletepiv.jl
@$(call spawn,$(JULIA_EXECUTABLE)) lucompletepiv.jl

all: python julia

0 comments on commit 6cc3902

Please sign in to comment.