8 lines
122 B
Makefile
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
|