Sha256: 10f774b6faaf560eb36949fdc14211f9910dd75721ed9553936f4e2e79fc7cc9
Contents?: true
Size: 190 Bytes
Versions: 1
Compression:
Stored size: 190 Bytes
Contents
OS=$(shell uname) ifneq (,$(findstring MINGW,$(OS))) FILE=Makefile.mingw 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/windows/Makefile-manual |