renamed tetris to tetris_bin

This commit is contained in:
Rorikstr | Rust Dev 2025-09-26 21:26:45 +03:00
parent afab29ec18
commit 15703b5f28
5 changed files with 4 additions and 2 deletions

0
src/.gpskip Normal file
View file

View file

@ -11,7 +11,7 @@ CLI_SRC = $(CLIDIR)/main.c $(CLIDIR)/display.c
OBJ = $(TETRIS_SRC:.c=.o) $(CLI_SRC:.c=.o)
# Имя исполняемого файла
TARGET = tetris
TARGET = tetris_bin
# Установка
PREFIX ?= /usr/local

0
src/ginpee.toml Normal file
View file