renamed tetris to tetris_bin
This commit is contained in:
parent
afab29ec18
commit
15703b5f28
5 changed files with 4 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -50,4 +50,5 @@ modules.order
|
||||||
Module.symvers
|
Module.symvers
|
||||||
Mkfile.old
|
Mkfile.old
|
||||||
dkms.conf
|
dkms.conf
|
||||||
src/tetris
|
src/project.md
|
||||||
|
src/tetris_bin
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,7 @@
|
||||||
inherit buildInputs;
|
inherit buildInputs;
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
|
export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
echo "✅ C Project Dev Environment Loaded"
|
echo "✅ C Project Dev Environment Loaded"
|
||||||
echo "🔧 Available tools:"
|
echo "🔧 Available tools:"
|
||||||
echo " - gcc, make, clang-format"
|
echo " - gcc, make, clang-format"
|
||||||
|
|
|
||||||
0
src/.gpskip
Normal file
0
src/.gpskip
Normal file
|
|
@ -11,7 +11,7 @@ CLI_SRC = $(CLIDIR)/main.c $(CLIDIR)/display.c
|
||||||
OBJ = $(TETRIS_SRC:.c=.o) $(CLI_SRC:.c=.o)
|
OBJ = $(TETRIS_SRC:.c=.o) $(CLI_SRC:.c=.o)
|
||||||
|
|
||||||
# Имя исполняемого файла
|
# Имя исполняемого файла
|
||||||
TARGET = tetris
|
TARGET = tetris_bin
|
||||||
|
|
||||||
# Установка
|
# Установка
|
||||||
PREFIX ?= /usr/local
|
PREFIX ?= /usr/local
|
||||||
|
|
|
||||||
0
src/ginpee.toml
Normal file
0
src/ginpee.toml
Normal file
Loading…
Add table
Add a link
Reference in a new issue