From f92a23a2fcee6cbb97af9c7681e6872374d3c789 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sat, 16 May 2015 03:48:35 +0200 Subject: finally working ring 3 --- Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.common') 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 -- cgit v1.2.3