1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
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

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: