Skip to content

Commit

Permalink
Repair uninstall command
Browse files Browse the repository at this point in the history
Signed-off-by: Kakadu <Kakadu@pm.me>
  • Loading branch information
Kakadu committed Nov 1, 2024
1 parent d836301 commit 0553fc7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ install: all
runtime32/runtime.a runtime32/Std.i) \
`opam var share`/Lama/x32

uninstall:
_build/default/Lama.install:
dune b @install

uninstall: _build/default/Lama.install
$(RM) -r `opam var share`/Lama
dune uninstall

Expand Down

0 comments on commit 0553fc7

Please sign in to comment.