repo/gcc/Makefile
2021-01-29 09:44:55 +01:00

8 lines
112 B
Makefile

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