Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
glennhickey committed Feb 1, 2021
1 parent 41a4649 commit 06be915
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ ifeq ($(shell ldd hal2vg | grep "not a dynamic" | wc -l), $(shell ls hal2vg | wc
else
$(error ldd found dnymaic linked dependency in hal2vg)
endif
ifeq ($(shell ldd clip-vg | grep "not a dynamic" | wc -l), $(shell ls clip-vg | wc -l))
$(info ldd verified that clip-vg static)
else
$(error ldd found dnymaic linked dependency in clip-vg)
endif

cleanFast :
rm -f hal2vg hal2vg.o clip-vg clip-vg.o
Expand Down

0 comments on commit 06be915

Please sign in to comment.