mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-17 04:40:22 +00:00
13 lines
405 B
Diff
13 lines
405 B
Diff
diff --git a/Makefile.onscripter b/Makefile.onscripter
|
|
index 0522dd0..6eede0d 100644
|
|
--- a/Makefile.onscripter
|
|
+++ b/Makefile.onscripter
|
|
@@ -130,3 +130,7 @@ FontInfo$(OBJSUFFIX): FontInfo.h Encoding.h
|
|
DirtyRect$(OBJSUFFIX) : DirtyRect.h
|
|
AVIWrapper$(OBJSUFFIX): AVIWrapper.h
|
|
LUAHandler$(OBJSUFFIX): $(ONSCRIPTER_HEADER) LUAHandler.h
|
|
+
|
|
+.PHONY: install
|
|
+install:
|
|
+ install -Dm755 -t $(out)/bin $(TARGET)
|