Skip to content
Snippets Groups Projects
Commit 3509aa51 authored by Toby Murray's avatar Toby Murray
Browse files

update Makefile to build plain versions of binaries too

parent 8ea1230b
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ INCLUDE=$(SRC)/include
VERSIONS=original vuln-1 vuln-2 vuln-3 vuln-4 vuln-5
VBINARIES=$(VERSIONS:%=%/$(BINARY))
BIN_TARGETS=$(VBINARIES:%=%-san) $(VBINARIES:%=%-fuzz) $(VBINARIES:%=%-cov)
BIN_TARGETS=$(VBINARIES) $(VBINARIES:%=%-san) $(VBINARIES:%=%-fuzz) $(VBINARIES:%=%-cov)
BIN_DIRS=$(BIN) $(VERSIONS:%=$(BIN)/%)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment