Skip to content

Commit

Permalink
Fix COMMONDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Koll committed Feb 20, 2020
1 parent 9e2e0ec commit e25b75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COMPRESSOR := lz4
COMPRESSOR_ARGS := -f -l
INITRD_COMPRESSED := ${INITRD}.${COMPRESSOR}
MAINMODULE := .
COMMONDIR := $(or ${COMMONDIR},../common)
COMMONDIR := $(or ${COMMONDIR},../builder)
CGO_ENABLED := 1

in-docker: clean-local-dirs generate-client test all;
Expand Down

0 comments on commit e25b75a

Please sign in to comment.