Sha256: 3f3b46ac147f1d996360fccd15e604eabc7ec0c59946c89790ae69bdbcb9c5f3

Contents?: true

Size: 373 Bytes

Versions: 3

Compression:

Stored size: 373 Bytes

Contents

## @file
# Copyright (c) 2019, vit9696. All rights reserved.
# Copyright (c) 2020, PMheart. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause
##
STANDALONE = 1
PROJECT    = macserial
PRODUCT    = $(PROJECT)$(SUFFIX)
OBJS       = $(PROJECT).o
include ../../User/Makefile

ifeq ($(DIST),Darwin)
	LDFLAGS += -Wl,-framework,IOKit -Wl,-framework,CoreFoundation
endif

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
macserialrb-0.4.0 ext/macserialrb/macserial/Makefile
macserialrb-0.3.0 ext/macserialrb/macserial/Makefile
macserialrb-0.2.0 ext/macserialrb/macserial/Makefile