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

3
.gitignore vendored
View file

@ -50,4 +50,5 @@ modules.order
Module.symvers
Mkfile.old
dkms.conf
src/tetris
src/project.md
src/tetris_bin

View file

@ -30,6 +30,7 @@
inherit buildInputs;
shellHook = ''
export PATH="$HOME/.cargo/bin:$PATH"
echo " C Project Dev Environment Loaded"
echo "🔧 Available tools:"
echo " - gcc, make, clang-format"

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