]> Joshua Wise's Git repositories - netwatch.git/blame - aseg/Makefile
Merge nyus.joshuawise.com:/storage/git/netwatch
[netwatch.git] / aseg / Makefile
CommitLineData
f54c68a0
JW
1all: aseg.elf
2
3aseg.bin: aseg.asm
4 nasm -o aseg.bin aseg.asm
5
6aseg.o: aseg.bin
7 objcopy -I binary -B i386 -O elf32-i386 aseg.bin aseg.o
8
4bea7daf
JW
9aseg.elf: aseg.bin aseg.lds counter.o
10 ld -o aseg.elf -T aseg.lds counter.o
This page took 0.021919 seconds and 4 git commands to generate.