diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -48,6 +48,6 @@ install: $(LIMOX)  	install -Dm 644 $(DESKTOP) $(DESKTOP_INSTALL)  tests: -	go test $(LIMOX_GO_PACKAGE)/... +	go test -test.v $(LIMOX_GO_PACKAGE)/...  imgs: $(IMGS)  | 
