init of repo

This commit is contained in:
Ohio2 2021-01-29 09:44:55 +01:00
commit 4cbdbef976

8
gcc/Makefile Normal file
View file

@ -0,0 +1,8 @@
prepare:
git clone git://gcc.gnu.org/git/gcc.git
gcc:
make
install:
make install
uninstall:
make uninstall