Skip to content

Commit

Permalink
update makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
l-kent committed Feb 20, 2024
1 parent 5068242 commit 102a75a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/test/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TARGETSS := all verify clean cleanall cleanlift recompile json
TARGETSS := all verify clean cleanall cleanlift recompile json cleanjson cleangts gts

SUBTARGETS = $(wildcard correct/*/ incorrect/*/)
.PHONY : $(TARGETSS) $(SUBTARGETS) correct incorrect
Expand Down
4 changes: 2 additions & 2 deletions src/test/make/lift.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $(LIFT_ARTEFACTS): a.out
$(READELF) -s -r -W a.out > $(NAME).relf
$(BAP) a.out -d adt:$(NAME).adt -d bir:$(NAME).bir
ddisasm a.out --ir $(NAME).gtirb
gtirb-semantics-nix $(NAME).gtirb $(NAME).gts
gtirb-semantics $(NAME).gtirb $(NAME).gts

ifdef $(SPEC)
BASIL_SPECARG = --spec $(SPEC)
Expand Down Expand Up @@ -34,7 +34,7 @@ recompile: a.out

gts: a.out
ddisasm a.out --ir $(NAME).gtirb
gtirb-semantics-nix $(NAME).gtirb $(NAME).gts
gtirb-semantics $(NAME).gtirb $(NAME).gts
rm -rf $(NAME).gtirb

json:
Expand Down

0 comments on commit 102a75a

Please sign in to comment.