repo/gcc/Makefile

9 lines
112 B
Makefile
Raw Normal View History

2021-01-29 10:44:55 +02:00
prepare:
git clone git://gcc.gnu.org/git/gcc.git
gcc:
make
install:
make install
uninstall:
make uninstall