repo/gcc/Makefile

9 lines
128 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:
2021-06-28 18:11:43 +03:00
make
2021-01-29 10:44:55 +02:00
install:
make install
uninstall:
make uninstall