Skip to content

Commit

Permalink
Generate libvex_guest_offsets.h. Fix angr/pyvex#214.
Browse files Browse the repository at this point in the history
  • Loading branch information
ltfish committed May 19, 2020
1 parent b1bf95f commit f5b9c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile-msvc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub\libvex_guest_offsets.h: $(PUB_HEADERS) auxprogs/genoffsets.c

scratch: clean all

vex: $(STATIC_LIBRARY_FILE) $(DYNAMIC_LIBRARY_FILE) $(GEN_HEADERS:/=\)
vex: $(GEN_HEADERS:/=\) $(STATIC_LIBRARY_FILE) $(DYNAMIC_LIBRARY_FILE)

clean:
$(RM) $(GEN_HEADERS:/=\) $(NORMAL_OBJS:/=\) $(SINGLEARCH_OBJS:/=\) $(MULTIARCH_OBJS:/=\) \
Expand Down

0 comments on commit f5b9c74

Please sign in to comment.