Skip to content

Commit

Permalink
Print c++ version
Browse files Browse the repository at this point in the history
  • Loading branch information
danngreen committed Jun 28, 2024
1 parent 387a658 commit c1ab2de
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vcv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,15 @@ LDFLAGS +=
DISTRIBUTABLES += res
DISTRIBUTABLES += $(wildcard LICENSE*)

all: debug

debug:
$(CXX) --version

clean:
$(CXX) --version


# Include the Rack plugin Makefile framework
include $(RACK_DIR)/plugin.mk

Expand Down

0 comments on commit c1ab2de

Please sign in to comment.