adding make

This commit is contained in:
Anri 2021-11-11 23:41:25 +01:00
parent e47c5fe7fd
commit fa01688189

View file

@ -1,6 +1,6 @@
# On installe les dépendances
sudo apt update
sudo apt install libsdl2-dev git pkg-config automake autoconf libtool -y
sudo apt install libsdl2-dev git pkg-config automake make autoconf libtool -y
# On télécharge et build GL4D
git clone https://github.com/noalien/GL4Dummies.git
cd GL4Dummies