We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1434f commit a42444aCopy full SHA for a42444a
app/Makefile
@@ -22,12 +22,4 @@ run-help: build install
22
run-json: build install
23
./build/install/app/bin/app -f=stylish ./src/main/java/resources/json/FirstJsonFile.json ./src/main/java/resources/json/SecondJsonFile.json
24
25
-run-yaml: build install
26
- ./build/install/app/bin/app -f=stylish ./src/test/java/resources/TestYamlFile1.yml ./src/test/java/resources/TestYamlFile2.yml
27
-
28
29
-run-plain: install
30
- ./build/install/app/bin/app -f=plain ./src/main/java/resources/json/FirstJsonFile.json ./src/main/java/resources/json/SecondJsonFile.json
31
32
33
.PHONY: build
0 commit comments