.PHONY: clean CFLAGS=-g -O0 OS_NAME = $(shell uname -s) ST_TARGET = linux-debug ifeq ($(OS_NAME), Darwin) ST_TARGET = darwin-debug CPU_ARCHS = $(shell g++ -dM -E -