repo.or.cz
/
debian-dgen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add VCS links
[debian-dgen.git]
/
Makefile.asm.am
blob
8deaf58504464cd40be79dc419c7fa1c625d0486
1
# Tell how to make assembler files
2
3
SUFFIXES = .asm
4
5
.asm.$(OBJEXT):
6
@NASM@ -f @NASM_FORMAT@ -o $@ -- $<