aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d20a7d3..35e4f02 100644
--- a/Makefile
+++ b/Makefile
@@ -36,3 +36,8 @@ test: $(TESTBINS)
.PHONY: clean
clean:
rm -r $(BIN) $(OBJ)
+
+.PHONY: info
+info:
+ @printf "OBJS: %s\n" $(OBJS)
+ @printf "TESTBINS: %s\n" $(TESTBINS)