Skip to content

Commit

Permalink
adding web server to the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Boyer committed Jul 4, 2011
1 parent bc82927 commit a41ca99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ julia-debug julia-release:
$(MAKE) -C external
$(MAKE) -C src lib$@
$(MAKE) -C ui $@
$(MAKE) -C ui/webserver $@
ln -f $@-$(DEFAULT_REPL) julia

sys.ji: j/sysimg.j j/start_image.j src/boot.j src/dump.c j/*.j
Expand Down Expand Up @@ -54,6 +55,7 @@ clean:
rm -f *~ *#
$(MAKE) -C src clean
$(MAKE) -C ui clean
$(MAKE) -C ui/webserver clean
$(MAKE) -C test/unicode clean

cleanall: clean
Expand All @@ -63,4 +65,4 @@ distclean: cleanall
$(MAKE) -C external cleanall

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

0 comments on commit a41ca99

Please sign in to comment.