repo/gcc/Makefile

9 lines
140 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-29 01:05:14 +03:00
./configure
2021-01-29 10:44:55 +02:00
install:
2021-06-29 01:05:14 +03:00
./install-sh
2021-01-29 10:44:55 +02:00
uninstall:
2021-06-29 01:05:14 +03:00
rm -rf /usr/bin/gcc