9 lines
112 B
Makefile
9 lines
112 B
Makefile
|
prepare:
|
||
|
git clone git://gcc.gnu.org/git/gcc.git
|
||
|
gcc:
|
||
|
make
|
||
|
install:
|
||
|
make install
|
||
|
uninstall:
|
||
|
make uninstall
|