IcBench: Makefile

This commit is contained in:
x
2019-10-27 19:32:42 +01:00
parent 6ae55e4481
commit cb14cf5c8b

View File

@ -30,6 +30,8 @@ DDEBUG=-DNDEBUG -s
ifneq (,$(filter Windows%,$(OS)))
OS := Windows
CFLAGS+=-D__int64_t=int64_t
CC=gcc
CXX=g++
else
OS := $(shell uname -s)
ARCH := $(shell uname -m)