Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 294 Bytes

makefile.md

File metadata and controls

15 lines (11 loc) · 294 Bytes

debug

# trace command line invocations
make SHELL='sh -x'

# print expanded value of variable
echo 'print: ; @echo "$(VAR)"' | make -f Makefile -f - print
$(if $(shell echo $(3) 1>&2),,)
  • ~/code/guides/ctf/sasdf---ctf/writeup/2018/HackOver/rev/flagmaker/README.md