X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/f54c68a085c376bf5e2d64b50aab28a3f46d0eac..4bea7daf0e70a1540b8533c8253c197bb282416e:/aseg/Makefile?ds=inline diff --git a/aseg/Makefile b/aseg/Makefile index f86bc2a..5bef71f 100644 --- 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