When i run "make run" in terminal, the program print bin/prog, but i don't want this, look the Makefile
CC := g++ CFLAGS := -W -Wall -ansi -std=c++17 -lstdc++fs -pedantic SRCFILES := $(wildcard src/*.cpp) run: bin/prog bin/prog
Aucun commentaire:
Enregistrer un commentaire