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