Skip to content

Commit

Permalink
Fix Makefile.simple
Browse files Browse the repository at this point in the history
  • Loading branch information
AltGr committed Oct 31, 2013
1 parent 89e6f39 commit 386a781
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.simple
Expand Up @@ -38,10 +38,11 @@ _build/src/META:
echo 'archive(byte) = "'$(LIB)'.cma"' >> $@
echo 'archive(native) = "'$(LIB)'.cmxa"' >> $@

INTERFACES = indentConfig indentBlock indentPrinter nstream
INTERFACES = approx_lexer pos util indentConfig indentBlock indentPrinter nstream

.PHONY: install
install: _build/src/META $(LIB).cma $(LIB).cmxa
ocamlfind remove ${LIB} || true
cd _build/src && ocamlfind install $(LIB) META \
$(INTERFACES:=.cmi) \
$(LIB).cma $(LIB).cmxa $(LIB).a
Expand Down

0 comments on commit 386a781

Please sign in to comment.