Skip to content

Commit

Permalink
Add 'debug' goal to GNUmakefile (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Mar 26, 2022
1 parent 43e0bf0 commit 909fc4f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,9 @@ listings: $(wildcard Cubical/**/*.agda)
clean:
find . -type f -name '*.agdai' -delete

.PHONY: debug
debug : ## Print debug information.
@echo "AGDA_BIN = $(AGDA_BIN)"
@echo "AGDA_FLAGS = $(AGDA_FLAGS)"
@echo "AGDA_EXEC = $(AGDA_EXEC)"
@echo "AGDA = $(AGDA)"

0 comments on commit 909fc4f

Please sign in to comment.