summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJiang Long <jiang.long@ymail.com>2014-06-04 21:59:03 -0700
committerJiang Long <jiang.long@ymail.com>2014-06-04 21:59:03 -0700
commit574af21208f9c33c17a8b2c9c2c32ba1e4d0b772 (patch)
treee8a6b14423879e55b2f469b2d7e5782828af76bd /Makefile
parentb1e35da6ee4298845223e27c23d045d3a0e536d8 (diff)
downloadabc-574af21208f9c33c17a8b2c9c2c32ba1e4d0b772.tar.gz
abc-574af21208f9c33c17a8b2c9c2c32ba1e4d0b772.tar.bz2
abc-574af21208f9c33c17a8b2c9c2c32ba1e4d0b772.zip
merge unfold2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 72b35134..50357b3e 100644
--- a/Makefile
+++ b/Makefile
@@ -131,7 +131,7 @@ tags:
$(PROG): $(OBJ)
@echo "$(MSG_PREFIX)\`\` Building binary:" $(notdir $@)
- @$(LD) -o $@ $^ $(LIBS)
+ $(LD) -o $@ $^ $(LIBS)
lib$(PROG).a: $(OBJ)
@echo "$(MSG_PREFIX)\`\` Linking:" $(notdir $@)