Makefile: detect running OS

This commit is contained in:
Quentin Rameau
2018-04-30 15:14:31 +02:00
committed by Aaron Marcher
parent 3fe1db8892
commit 92ab9ef52e
3 changed files with 7 additions and 2 deletions

3
configure vendored Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
printf 'OS = %s\n' "$(uname)" > os.mk