From e1e13ca0cd90ac30c27d90df841bfa7469afbf37 Mon Sep 17 00:00:00 2001 From: fromelicks <108532072+fromelicks@users.noreply.github.com> Date: Wed, 15 May 2024 17:28:47 +0200 Subject: 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. --- makext.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to 'makext.mk') diff --git a/makext.mk b/makext.mk index 3b32ba6..bbfa148 100644 --- a/makext.mk +++ b/makext.mk @@ -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 -- cgit v1.2.3