git.joshuawise.com
/
netwatch.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
aseg with a working C execution environment
[netwatch.git]
/
aseg
/
Makefile
diff --git
a/aseg/Makefile
b/aseg/Makefile
index f86bc2a203e0c55510c8919bcaa492c12832d884..5bef71f801b5aff0b92f294a65004b985a7f8898 100644
(file)
--- a/
aseg/Makefile
+++ b/
aseg/Makefile
@@
-6,5
+6,5
@@
aseg.bin: aseg.asm
aseg.o: aseg.bin
objcopy -I binary -B i386 -O elf32-i386 aseg.bin aseg.o
-aseg.elf: aseg.bin aseg.lds
- ld -o aseg.elf -T aseg.lds
\ No newline at end of file
+aseg.elf: aseg.bin aseg.lds counter.o
+ ld -o aseg.elf -T aseg.lds counter.o
This page took
0.020188 seconds
and
4
git commands to generate.