mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
3e3e6b92e9
nesasm is a 6502 assembler with specific NES support. NES support in this case refers to FamiCOM and Nintendo Entertainment System support. lang/fasm has been used as a reference on how an assembler should be ported. Feedback is as always welcome, hopefully it will lead to me producing better ports and less work for you committer ;) WWW: http://bobrost.com/nes/resources.php PR: ports/115254 Submitted by: Pontus Stenetorp <ninjin@kth.se>
9 lines
147 B
Plaintext
9 lines
147 B
Plaintext
--- Makefile.orig Tue Aug 7 00:04:20 2007
|
|
+++ Makefile Tue Aug 7 00:04:47 2007
|
|
@@ -1,4 +1,4 @@
|
|
-default:
|
|
+all:
|
|
make -f Makefile.unix
|
|
|
|
clean:
|