Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
MKjanek32
/
AK2-stuff
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Różne programy na zajęcia laboratoryjne z AK2
15
Commit
1
Ramo (Branch)
Albero (Tree):
f2242fdb42
AK2-stuff
/
lab1-v3
/
Makefile
Makefile
88B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
10
hex: hex.o
ld hex.o -o hex
hex.o: hex.s
as hex.s -o hex.o
all: hex
clean:
rm hex