This website works better with JavaScript.
Domů
Procházet
Nápověda
Přihlásit se
yannweb
/
gte
Sledovat
1
Oblíbit
0
Rozštěpit
0
Zdrojový kód
Úkoly
0
Požadavky na natažení
0
Vydání
0
Activity
Genetic Turmit Evolver
python
c
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89
Revize
2
Větve
Strom:
a43466c4ef
c_turmit
master
Větve
Značky
${ item.name }
Create branch
${ searchTerm }
from 'a43466c4ef'
${ noResults }
gte
/
Makefile
Makefile
79B
Historie
Surový
1
2
3
4
5
6
7
8
9
all: libs
libs:
make -C libs
.PHONY: libs clean
clean:
make -C libs clean