repo/gcc/Makefile

9 lines
122 B
Makefile
Raw Normal View History

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