@Whistle udemy eğitim serisine devam ediyordum bugün bir gcc sürümü yükseltmeye denedim build işleminde böyle bir hata alıyorum
game source makefile
CC = g++11
GAME_VERSION = $(shell cat ../../__REVISION__)
INCDIR =
LIBDIR =
BINDIR = ..
OBJDIR = .obj
$(shell if [ ! -d $(OBJDIR) ]; then...