Skip to content

Commit

Permalink
Small robustness improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rok Strniša committed Jun 29, 2010
1 parent 38ec883 commit 4449363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/OMakefile
Expand Up @@ -29,7 +29,7 @@ install: $(LIB_FILES) META
# Uninstall the library from the default location.
# (Default location is `ocamlfind printconf destdir`.)
uninstall:
ocamlfind remove ocamltest
ocamlfind remove $(LIB_NAME)

# Only build (do not install) the library by default.
.DEFAULT: $(LIB_FILES)
Expand Down

0 comments on commit 4449363

Please sign in to comment.