add install and uninstall options to Makefile

This commit is contained in:
2025-08-26 13:43:27 +01:00
parent 894cd50073
commit d3d7955727
4 changed files with 26 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/sh
mlton -link-opt "$(pkg-config --cflags glfw3) $(pkg-config --static --libs glfw3)" \
-export-header ffi/export.h \
-output dsc \
dotscape.mlb \
ffi/glad.c \
ffi/glfw-export.c \