summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-14 13:11:32 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-14 13:11:32 +0100
commitef7a34fa88cf53d53f88e5e466d76c48467d95fa (patch)
tree948479c77ebbc20b9d4e25abaee43c5a7e264ee1 /Makefile.common
parent90620094420a74ef43d89f520abcc1eb55db519b (diff)
further cleanup of build sys
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 304356b..4cd411d 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -1,3 +1,4 @@
+### implicit rules ###
%.o: %.asm
nasm -f elf $*.asm -o $@