mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
change NASM file extensions from .s to .nasm
This commit is contained in:
@@ -46,7 +46,7 @@ $(PROGRAM) : $(OBJS)
|
||||
%.i : %.c
|
||||
$(CC) $(CFLAGS) -E $< -o $@
|
||||
|
||||
%.o : %.s
|
||||
%.o : %.nasm
|
||||
$(NASM) -f elf -d ELF -i i386/ $< -o $@
|
||||
|
||||
.PHONY : clean
|
||||
|
||||
@@ -48,7 +48,7 @@ $(DYNAMIC_LIB) : $(OBJS)
|
||||
%.i : %.c
|
||||
$(CC) $(CFLAGS) -E $< -o $@
|
||||
|
||||
%.o : %.s
|
||||
%.o : %.nasm
|
||||
$(NASM) -f elf -d ELF -i i386/ $< -o $@
|
||||
|
||||
.PHONY : clean
|
||||
|
||||
Reference in New Issue
Block a user