repo/gcc/Makefile
2021-06-29 00:05:14 +02:00

8 lines
140 B
Makefile

prepare:
git clone git://gcc.gnu.org/git/gcc.git && cd gcc
gcc:
./configure
install:
./install-sh
uninstall:
rm -rf /usr/bin/gcc