Skip to content

Commit

Permalink
a couple small touch-ups
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed May 4, 2011
1 parent 9937a2b commit d5e3444
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
/tmp

/julia
/custom.j
/sys.ji
2 changes: 0 additions & 2 deletions j/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
/pcre_h.j
/custom.j
/sys.ji
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ libjulia-debug: $(DOBJS) $(LIBFILES)
$(CXX) $(DEBUGFLAGS) $(DOBJS) -shared -o libjulia-debug.$(SHLIB_EXT) $(LIBS)

libjulia-release: $(OBJS) $(LIBFILES)
$(CXX) $(SHIPFLAGS) $(OBJS) -shared -o libjulia-debug.$(SHLIB_EXT) $(LIBS)
$(CXX) $(SHIPFLAGS) $(OBJS) -shared -o libjulia.$(SHLIB_EXT) $(LIBS)

debug release: %: julia-%

Expand Down

0 comments on commit d5e3444

Please sign in to comment.