Skip to content
Snippets Groups Projects
Commit 7e6d5fde authored by hondet's avatar hondet
Browse files

fixed makefile

parent 7a9e970d
No related branches found
No related tags found
No related merge requests found
......@@ -12,11 +12,11 @@ all: ${LP_OBJ}
.PHONY: install
install: lambdapi.pkg
${LP} install ${LP_FLAGS} lambdapi.pkg ${LP_SRC}
${LP} install lambdapi.pkg ${LP_SRC}
.PHONY: uninstall
uninstall:
${LP} uninstall ${LP_FLAGS} lambdapi.pkg
${LP} uninstall lambdapi.pkg
.PHONY: clean
clean:
......
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