init of repo
This commit is contained in:
commit
4cbdbef976
1 changed files with 8 additions and 0 deletions
8
gcc/Makefile
Normal file
8
gcc/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
prepare:
|
||||
git clone git://gcc.gnu.org/git/gcc.git
|
||||
gcc:
|
||||
make
|
||||
install:
|
||||
make install
|
||||
uninstall:
|
||||
make uninstall
|
Loading…
Reference in a new issue