Skip to content

Commit

Permalink
trival
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu- committed Feb 28, 2018
1 parent 203c4dc commit 4339b5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ clean:
git_version:
echo "const char * const gitversion = \"$(shell git rev-parse HEAD)\";" > git_version.h


# targets without restrictions:
nolimit:
make OPT=-DNOLIMIT
nolimit_all:
make OPT=-DNOLIMIT
nolimit_cross:
Expand Down

0 comments on commit 4339b5c

Please sign in to comment.