We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c1998 commit b51452cCopy full SHA for b51452c
Makefile
@@ -1,7 +1,6 @@
1
.DEFAULT_GOAL := all
2
3
# Determine OS (from https://gist.github.com/sighingnow/deee806603ec9274fd47)
4
-
5
UNAME_S := $(shell uname -s)
6
ifeq ($(UNAME_S),Linux)
7
OSFLAG := linux
0 commit comments