Sha256: a63b250c291bee8c900dfa9d8e79a54c02f668b02bfedda83e3bc7005bf5229b
Contents?: true
Size: 337 Bytes
Versions: 1
Compression:
Stored size: 337 Bytes
Contents
OS=$(shell uname) ifeq ($(OS), Darwin) FILE=Makefile.mac endif ifneq (,$(findstring MINGW,$(OS))) FILE=Makefile.mingw endif ifeq ($(OS), Linux) FILE=Makefile.linux endif ifeq ($(OS), FreeBSD) FILE=Makefile.freebsd endif ifeq ($(FILE), ) all: $(error Your platform ${OS} is not supported at this time.) endif include $(FILE)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alphatau-0.1.0 | ext/alphatau/native/sdl/src/hidapi/testgui/Makefile-manual |