diff options
| author | fromelicks <108532072+fromelicks@users.noreply.github.com> | 2024-05-15 17:28:47 +0200 |
|---|---|---|
| committer | fromelicks <108532072+fromelicks@users.noreply.github.com> | 2024-05-15 17:28:47 +0200 |
| commit | e1e13ca0cd90ac30c27d90df841bfa7469afbf37 (patch) | |
| tree | 9b9b7139551b5488e75fb633ce669a239f8c754c /makext.mk | |
| parent | 012f602e321e0364d236b8dd16d2b1ed4783ad7a (diff) | |
| download | makext-e1e13ca0cd90ac30c27d90df841bfa7469afbf37.tar.gz | |
feat!: allow for script to be run of windows
Removed Windows panicking check in `makext.mk`.
Updated README.md with instructions to run on Windows.
Diffstat (limited to 'makext.mk')
| -rw-r--r-- | makext.mk | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -10,11 +10,6 @@ # `makext` was written by Mitja Felicijan and is released under the BSD # two-clause license, see the LICENSE file for more information. -# Checks if operating system is Windows and exists with error. -ifeq ($(OS),Windows_NT) -$(error makext does not support Windows operating system) -endif - # Load environmental files from `MEX_ENVIRONMENT`. By default GNU make # loads what is already in `env`. This extends it to other files. ifdef MEX_ENVIRONMENT |
