Skip to content

Commit

Permalink
Makefile: missing CGC image target
Browse files Browse the repository at this point in the history
Resulted in an error when trying to build a DECREE image in s2e-env
  • Loading branch information
Adrian Herrera authored and adrianherrera committed May 2, 2017
1 parent 164186b commit f4c9962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ $(OUTPUT_DIR)/%.tar.xz: $(OUTPUT_DIR)/%/image.json

debian-8.7.1-x86_64: $(OUTPUT_DIR)/debian-8.7.1-x86_64/image.json
debian-8.7.1-i386: $(OUTPUT_DIR)/debian-8.7.1-i386/image.json
debian-8.7.1-x86_64: $(OUTPUT_DIR)/cgc_debian-8.7.1-i386/image.json
cgc_debian-8.7.1-i386: $(OUTPUT_DIR)/cgc_debian-8.7.1-i386/image.json

all: debian-8.7.1-x86_64 debian-8.7.1-i386 debian-8.7.1-x86_64
all: debian-8.7.1-x86_64 debian-8.7.1-i386 cgc_debian-8.7.1-i386

archive: $(OUTPUT_DIR)/debian-8.7.1-x86_64.tar.xz $(OUTPUT_DIR)/debian-8.7.1-i386.tar.xz $(OUTPUT_DIR)/cgc_debian-8.7.1-i386.tar.xz

Expand Down

0 comments on commit f4c9962

Please sign in to comment.