repo/gcc/Makefile
2021-01-29 10:15:04 +01:00

8 lines
122 B
Makefile

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