summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common
index 32bb965..9f9f5cd 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -1,4 +1,5 @@
-### implicit rules ###
+### explicit rules ###
+
%.o: %.asm
nasm -f elf $*.asm -o $@
@@ -11,5 +12,3 @@
%.o: %.c
$(CC) -c $(CFLAGS) $*.c -o $*.o
$(CC) -MM -MT $*.o $(CFLAGS) $*.c > $*.d
-
-