mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
aad79f3e3f
As80 is a lightweight 8080/8085 assembler for UN*X systems. PR: 24235 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
12 lines
256 B
Plaintext
12 lines
256 B
Plaintext
--- Makefile.orig Thu Feb 15 10:54:44 2001
|
|
+++ Makefile Thu Feb 15 10:55:00 2001
|
|
@@ -1,6 +1,5 @@
|
|
-CC = gcc
|
|
-CFLAGS = -Wall -pedantic -ansi -O3 -fomit-frame-pointer
|
|
-PREFIX = /usr/local
|
|
+CC? = gcc
|
|
+CFLAGS += -Wall -pedantic -ansi
|
|
|
|
all: asm80 Manual.txt
|
|
|