diff --git a/Makefile b/Makefile index a50cbe2..ef2c8ce 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Author: Louis Holbrook 0826EDA1702D1E87C6E2875121D2E7BB88C2A746 # SPDX-License-Identifier: GPL-3.0-or-later -# File-version: 4 +# File-version: 5 INPUTS = $(wildcard *.sol) OUTPUTS = $(patsubst %.sol, %.json, $(INPUTS))