# Project: tic-tac-toe # Makefile created by Dev-C++ 4.9.8.0 CPP = g++.exe CC = gcc.exe WINDRES = windres.exe RES = OBJ = "G:/Bar Ilan/Cpp/2/main5.o" $(RES) LINKOBJ = "G:/Bar Ilan/Cpp/2/main5.o" $(RES) LIBS = -L"C:/Dev-Cpp/lib" INCS = -I"C:/Dev-Cpp/include" CXXINCS = -I"C:/Dev-Cpp/include/c++" -I"C:/Dev-Cpp/include/c++/mingw32" -I" BIN = tic-tac-tioe.exe CXXFLAGS = $(CXXINCS) CFLAGS = $(INCS) .PHONY: all all-before all-after clean clean-custom all: all-before tic-tac-tioe.exe all-after clean: clean-custom rm -f $(OBJ) $(BIN) $(BIN): $(LINKOBJ) $(CC) $(LINKOBJ) -o "tic-tac-tioe.exe" $(LIBS) "G:/Bar Ilan/Cpp/2/main5.o": G:/Bar\ Ilan/Cpp/2/main5.c $(CC) -c "G:/Bar Ilan/Cpp/2/main5.c" -o "G:/Bar Ilan/Cpp/2/main5.o" $(CFLAGS).
can someone explain to me the problem.

New Topic/Question
Reply




MultiQuote



|