Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
remove "git clean" from build chain in order to build from targz
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Jul 13, 2014
1 parent fe35998 commit df6e92c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -6,4 +6,8 @@ build:
$(MAKE) -C src

clean:
$(MAKE) -C pkginfo clean
$(MAKE) -C src clean

gitclean:
git clean -f -x -d

0 comments on commit df6e92c

Please sign in to comment.