Open Domosed-gamin opened 4 years ago
ringo@qwerty:~/Загрузки/unit-factory-ucode-endgame-master$ make cp: не удалось выполнить stat для 'src/small_Fish.c': Нет такого файла или каталога Makefile:63: ошибка выполнения рецепта для цели «install» make: *** [install] Ошибка 1
I compiled the game used command gcc *.c -std=c11 -Wall -Wextra -Wpedantic -lncurses -I inc/ -o game The game work fine. Nice ascii-art fishes.
gcc *.c -std=c11 -Wall -Wextra -Wpedantic -lncurses -I inc/ -o game
Please add game instructions.