commit | 31c8a1fc5aca87b2283b2fac41eab13bc3746ed8 | [log] [tgz] |
---|---|---|
author | Josh Coalson <jcoalson@users.sourceforce.net> | Fri May 25 00:21:42 2001 +0000 |
committer | Josh Coalson <jcoalson@users.sourceforce.net> | Fri May 25 00:21:42 2001 +0000 |
tree | 6158dfbe42527d3ef7ad7c2bbf3d8c37b6cd24c9 | |
parent | 0e3576e771768a856322e6e528cff2174d8d36cf [diff] [blame] |
change .nasm extension to .s
diff --git a/build/exe.mk b/build/exe.mk index 7e4258b..834535f 100644 --- a/build/exe.mk +++ b/build/exe.mk
@@ -29,7 +29,7 @@ %.i : %.c $(CC) $(CFLAGS) -E $< -o $@ -%.o : %.nasm +%.o : %.s $(NASM) -f elf -d ELF -i i386/ $< -o $@ .PHONY : clean