summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2015-05-16 03:48:35 +0200
committerMichal Idziorek <m.i@gmx.at>2015-05-16 03:48:35 +0200
commitf92a23a2fcee6cbb97af9c7681e6872374d3c789 (patch)
tree41669345c8a5a60548e8e07cf805df9ef01c1c26 /Makefile.common
parentba10657752ba869b1c46c861cbda689b535e8214 (diff)
finally working ring 3
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 5436c87..32bb965 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -5,8 +5,8 @@
%.bin: %.asm
nasm -f bin $*.asm -o $@
-%.o: %.s
- i686-elf-as $*.s -o $@
+#%.o: %.s
+# i686-elf-as $*.s -o $@
%.o: %.c
$(CC) -c $(CFLAGS) $*.c -o $*.o