Sha256: 1ceca8fca0994876cfa8fe8b79bd31d29ca367526b0322e191520a6371594a49
Contents?: true
Size: 188 Bytes
Versions: 1
Compression:
Stored size: 188 Bytes
Contents
# frozen_string_literal: true require "mkmf" have_library("wiringPi") have_library("stdc++") $CFLAGS << " -std=c++14 -Wall -Wextra -Wpedantic" create_makefile("new_remote/new_remote")
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
new_remote-0.1.0 | ext/new_remote/extconf.rb |