Skip to content
Snippets Groups Projects
Commit 2428554f authored by Eduardo L. Buratti's avatar Eduardo L. Buratti
Browse files

build: Add collect-parser to Makefile all rule

parent 984a9227
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ WGET_VERSION = 1.13.4
WGET_URL = http://gnu.c3sl.ufpr.br/ftp/wget/wget-$(WGET_VERSION).tar.gz
WGET = wget-$(WGET_VERSION)
all: $(BASE)/client/bin/client
all: $(BASE)/client/bin/client $(BASE)/collect/bin/collect-parser
clean:
@rm -rf $(BUILD)
......
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