This website works better with JavaScript.
Home
Explore
Help
Sign In
MKjanek32
/
AK2-stuff
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Różne programy na zajęcia laboratoryjne z AK2
11
Commits
1
Branch
Tree:
760d5a8617
AK2-stuff
/
lab1-v3
/
Makefile
Makefile
88B
History
Raw
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