Skip to content

Commit d69eec0

Browse files
fixed tab spaces again
1 parent b082cbe commit d69eec0

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

Makefile

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,16 @@ QuickOverflow: main.c
88
chmod +x search.py
99

1010
arch_linux: main.c
11-
sudo pacman -S gcc
12-
sudo pacman -S fakeroot
13-
sudo pacman -S yay
14-
sudo pacman -Syu --needed base-dlevel
15-
sudo pacman -S python-pipenv
16-
pipenv install --python 3.12
17-
pipenv shell
18-
pip3 install -r requirements.txt
19-
mkdir -p bin
20-
gcc -I/usr/include/python3.12 main.c -lpython3.12 -o bin/QuickOverflow
21-
chmod +x search.py
11+
sudo pacman -S gcc
12+
sudo pacman -S fakeroot
13+
sudo pacman -S yay
14+
sudo pacman -S python-pipenv
15+
pipenv install --python 3.12
16+
pipenv shell
17+
pip3 install -r requirements.txt
18+
mkdir -p bin
19+
gcc -I/usr/include/python3.12 main.c -lpython3.12 -o bin/QuickOverflow
20+
chmod +x search.py
2221

2322
#to remove the binaries, use this
2423
uninstall:

0 commit comments

Comments
 (0)