Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
check make version
Browse files Browse the repository at this point in the history
  • Loading branch information
silenceshell committed Sep 3, 2019
1 parent a8220f7 commit 9569858
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
@@ -1,3 +1,7 @@
ifneq (3.82, $(firstword $(sort $(MAKE_VERSION) 3.82)))
$(error make require version 3.82 or higher)
endif

SHELL:=/bin/bash
UID_GID?=$(shell id -u):$(shell id -g)
FIRECRACKER_VERSION:=$(shell cat hack/FIRECRACKER_VERSION)
Expand Down

0 comments on commit 9569858

Please sign in to comment.