Skip to content

Commit

Permalink
Declare the while target all as phony to make clean build
Browse files Browse the repository at this point in the history
make -j4 clean all.
  • Loading branch information
krizhanovsky committed Jan 11, 2019
1 parent 0d8c618 commit 9862238
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tempesta_db/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
# Temple Place - Suite 330, Boston, MA 02111-1307, USA.

all: libtdb tdbq
.PHONY: all

libtdb:
$(MAKE) -C libtdb
Expand Down

0 comments on commit 9862238

Please sign in to comment.