Skip to content

Commit

Permalink
skip zstdmt at root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyan4973 committed Jan 21, 2017
1 parent 9a7d272 commit 900f39e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -15,6 +15,7 @@

# Executables
zstd
zstdmt
*.exe
*.out
*.app
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -65,7 +65,7 @@ clean:
@$(MAKE) -C $(TESTDIR) $@ > $(VOID)
@$(MAKE) -C $(ZWRAPDIR) $@ > $(VOID)
@$(MAKE) -C examples/ $@ > $(VOID)
@$(RM) zstd$(EXT) tmp*
@$(RM) zstd$(EXT) zstdmt$(EXT) tmp*
@echo Cleaning completed


Expand Down

0 comments on commit 900f39e

Please sign in to comment.