Skip to content
Snippets Groups Projects
Commit 806863e6 authored by Irene Y Zhang's avatar Irene Y Zhang
Browse files

Merge branch 'makefile-print' into 'master'

Added debugging rule to Makefile.

See merge request !2
parents 26dbe6c2 48807ff4
No related branches found
No related tags found
1 merge request!2Added debugging rule to Makefile.
......@@ -237,6 +237,12 @@ clean:
$(call trace,RM,binaries,rm -f $(BINS) $(TEST_BINS))
$(call trace,RM,objects,rm -rf .obj)
#
# Debugging
#
print-%:
@echo '$*=$($*)'
##################################################################
# Targets
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment