[tools] Update nuget-hash-extractor to spew the new ban table.
[mono.git] / tools / nuget-hash-extractor / Makefile
index 1d52b77c0cf11ca21ed8ab645b9f618491c92de6..6a74c0d2783a7bc8eea6bda83b6ac117bd9a204c 100644 (file)
@@ -10,4 +10,11 @@ download:
 
 run: nuget-hash-extractor.exe
        mono nuget-hash-extractor.exe nugets
+
+run-asm: nuget-hash-extractor.exe
+       mono nuget-hash-extractor.exe nugets asm
+
+run-ver: nuget-hash-extractor.exe
+       mono nuget-hash-extractor.exe nugets ver
+
 .PHONY: download run