mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
0cb59f9721
Includes a 65816 assembler and linker.
13 lines
270 B
Plaintext
13 lines
270 B
Plaintext
diff -ur3 samples/Makefile samples/Makefile
|
|
--- samples/Makefile Mon May 8 18:07:09 2000
|
|
+++ samples/Makefile Mon May 8 18:08:49 2000
|
|
@@ -1,6 +1,8 @@
|
|
#
|
|
# Makefile for cc65 samples
|
|
#
|
|
+# This Makefile requires GNU make
|
|
+#
|
|
|
|
# Enter the target system here
|
|
SYS = c64
|