Bu şekilde de sorun devam ediyor. Makefile dosyasında bir sorun olabilir mi?
CC = clang
CXX = clang++90
PLATFORM = $(shell file /bin/ls | cut -d' ' -f3 | cut -d'-' -f1)
BSD_VERSION = $(shell uname -v 2>&1 | cut -d' ' -f2 | cut -d'.' -f1)
default: libthecore libpoly libgame liblua libsql...