Skip to content

Commit

Permalink
Fix symbolic creation in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Mar 7, 2012
1 parent b0ef3e6 commit ae55cad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Expand Up @@ -19,8 +19,13 @@ opt: ./_obuild/unixrun
mkdir -p ./_obuild mkdir -p ./_obuild
ocamlc -o ./_obuild/unixrun -make-runtime unix.cma ocamlc -o ./_obuild/unixrun -make-runtime unix.cma


link: link: ocp-get ocp-get-server
@

ocp-get:
ln -s _obuild/ocp-get/ocp-get.asm ocp-get ln -s _obuild/ocp-get/ocp-get.asm ocp-get

ocp-get-server:
ln -s _obuild/ocp-get-server/ocp-get-server.asm ocp-get-server ln -s _obuild/ocp-get-server/ocp-get-server.asm ocp-get-server


compile: ./_obuild/unixrun clone compile: ./_obuild/unixrun clone
Expand Down

0 comments on commit ae55cad

Please sign in to comment.