Makefile: detect running OS
This commit is contained in:
parent
3fe1db8892
commit
92ab9ef52e
3 changed files with 7 additions and 2 deletions
3
configure
vendored
Executable file
3
configure
vendored
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
printf 'OS = %s\n' "$(uname)" > os.mk
|
Loading…
Add table
Add a link
Reference in a new issue