Skip to content
Snippets Groups Projects
Commit 5ee13466 authored by sof's avatar sof
Browse files

[project @ 1997-09-03 23:30:13 by sof]

Added -O to SRC_CC_OPTS
parent 52d84821
No related merge requests found
......@@ -8,7 +8,9 @@ C_PROG = hp2ps
INSTALL_PROGS += $(C_PROG)
LIBS = -lm
SRC_CC_OPTS += -O
LIBS = -lm
CLEAN_FILES += $(C_OBJS) $(C_PROG)
include $(TOP)/mk/target.mk
......@@ -8,6 +8,7 @@ override WAYS=
INSTALLING=0
C_PROG=hstags-help
SRC_CC_OPTS += -O
SCRIPT_PROG=hstags
SCRIPT_OBJS=hstags.prl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment