mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-07-21 17:05:32 -04:00
11 lines
107 B
Makefile
11 lines
107 B
Makefile
|
|
|
|
OS=$(shell uname)
|
|
|
|
ifeq ($(OS), Darwin)
|
|
FILE=Makefile.mac
|
|
else
|
|
FILE=Makefile.linux
|
|
endif
|
|
|
|
include $(FILE) |