freebsd-ports/lang/nesasm/files/patch-Makefile
Edwin Groothuis 3e3e6b92e9 New port: lang devel/nesasm: 6502 assembler with specific NES support
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>
2007-09-06 05:56:58 +00:00

8 lines
147 B
Text

--- 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: