Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/JuliaLang/julia
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-k committed Mar 10, 2012
2 parents 31c4af2 + f5bbd1e commit fea839e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 2 additions & 5 deletions Makefile
Expand Up @@ -4,8 +4,8 @@ include $(JULIAHOME)/Make.inc
default: release

debug release:
$(MAKE) julia-$@
$(MAKE) sys.ji
@$(MAKE) -s julia-$@
@$(MAKE) -s sys.ji

julia-debug julia-release:
@$(MAKE) -sC external
Expand Down Expand Up @@ -65,9 +65,6 @@ cleanall: clean

distclean: cleanall

#distclean: cleanall
# $(MAKE) -C external cleanall

.PHONY: default debug release julia-debug julia-release \
test testall test-* sloccount clean cleanall

Expand Down
1 change: 0 additions & 1 deletion external/fdlibm/makefile
Expand Up @@ -100,7 +100,6 @@ all: libfdm.a

libfdm.a : $(obj)
ar cru libfdm.a $(obj)
ranlib libfdm.a

source: $(src) readme

Expand Down

0 comments on commit fea839e

Please sign in to comment.