Skip to content
Snippets Groups Projects
Commit 58bc3bb0 authored by hondet's avatar hondet
Browse files

Install only sources, not objects

parent 52d1fb2b
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ all: ${LP_OBJ}
.PHONY: install
install: ${LP_OBJ} lambdapi.pkg
${LP} install lambdapi.pkg ${LP_OBJ} ${LP_SRC}
${LP} install lambdapi.pkg ${LP_SRC}
.PHONY: uninstall
uninstall:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment