Skip to content
Snippets Groups Projects
Commit 62c0e613 authored by Julien Signoles's avatar Julien Signoles
Browse files

posix 'make install' + make uninstall

parent 6946b797
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,12 @@ endif
install::
$(PRINT_CP) E-ACSL share files
$(CP) -R $(PLUGIN_DIR)/share/e-acsl $(FRAMAC_SHARE)
$(MKDIR) $(FRAMAC_SHARE)/e-acsl
$(CP) $(PLUGIN_DIR)/share/e-acsl/* $(FRAMAC_SHARE)/e-acsl
uninstall::
$(PRINT_RM) E-ACSL share files
$(RM) -r $(FRAMAC_SHARE)/e-acsl
################
# Generic part #
......
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