summaryrefslogtreecommitdiff
path: root/makext.mk
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-05-15 20:07:40 +0200
committerGitHub <noreply@github.com>2024-05-15 20:07:40 +0200
commitd8e012878b2685e8047f402247ca8a6002cf6526 (patch)
tree59097220e062bcbee77ddc3ff79f953392a8e22b /makext.mk
parent012f602e321e0364d236b8dd16d2b1ed4783ad7a (diff)
parentcb3ba9e72363644bf401fc2f48e74cd8809c2d54 (diff)
downloadmakext-d8e012878b2685e8047f402247ca8a6002cf6526.tar.gz
Merge pull request #2 from fromelicks/winHEADmaster
feat!: allow for script to be run of windows
Diffstat (limited to 'makext.mk')
-rw-r--r--makext.mk5
1 files changed, 0 insertions, 5 deletions
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