repo/gcc/Makefile
2021-06-28 17:11:43 +02:00

8 lines
128 B
Makefile

prepare:
git clone git://gcc.gnu.org/git/gcc.git && cd gcc
gcc:
make
install:
make install
uninstall:
make uninstall