summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df4adfd..7f63807 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ all: $(BINS)
 %: %.o
 	ld -o $@ $<
 
-%.o: %.asm sys.asm
+%.o: %.asm sys.asm lib.asm
 	nasm -f elf64 -o $@ $<
 
 clean: