diff --git a/ueforth/Makefile b/ueforth/Makefile index d6a8f2e..a7dbe65 100644 --- a/ueforth/Makefile +++ b/ueforth/Makefile @@ -511,5 +511,9 @@ deploy: all cd out/deploy && gcloud app deploy -q --project eforth *.yaml # ---- INSTALL ---- + install: $(POSIX)/ueforth sudo cp $< /usr/bin/ueforth + +win-install: $(WINDOWS)/uEf32.exe $(WINDOWS)/uEf64.exe + cp $^ ~/Desktop/ diff --git a/ueforth/windows/windows_test.fs b/ueforth/windows/windows_test.fs index 3c94ec6..0527f63 100644 --- a/ueforth/windows/windows_test.fs +++ b/ueforth/windows/windows_test.fs @@ -55,7 +55,7 @@ create bar ' foo , ' yield , CW_USEDEFAULT CW_USEDEFAULT 640 480 NULL NULL DefaultInstance bar CreateWindowExA constant hwnd -hwnd SW_SHOWDEFAULT ShowWindow drop +hwnd SW_SHOWMAXIMIZED ShowWindow drop hwnd SetForegroundWindow drop create mymsg msg allot