Commit b13f208b by Alan Mishchenko

Makefile updated to print less information.

parent fe2d7d96
......@@ -39,7 +39,7 @@ CFLAGS += -Wall -Wno-unused-function $(OPTFLAGS) $(ARCHFLAGS) -I$(PWD)
CXXFLAGS += $(CFLAGS)
#LIBS := -m32 -ldl -rdynamic -lreadline -ltermcap
LIBS := -lreadline
LIBS := -ldl -lreadline
SRC :=
GARBAGE := core core.* *.stackdump ./tags $(PROG) arch_flags
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment