]> Joshua Wise's Git repositories - netwatch.git/blobdiff - aseg/Makefile
Move aseg-paging to netwatch/
[netwatch.git] / aseg / Makefile
diff --git a/aseg/Makefile b/aseg/Makefile
deleted file mode 100644 (file)
index 20e5ae9..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-all: aseg.elf
-
-aseg.bin: aseg.asm
-       nasm -o aseg.bin aseg.asm
-
-aseg.o: aseg.bin
-       objcopy -I binary -B i386 -O elf32-i386 aseg.bin aseg.o
-
-aseg.elf: aseg.o aseg.lds counter.o
-       ld -o aseg.elf -T aseg.lds counter.o
This page took 0.007489 seconds and 4 git commands to generate.