mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 21:57:12 -05:00
drop oneshell from makefile
It's preventing @ prefixes on subsequent lines from being honored.
This commit is contained in:
parent
e5c4618a9a
commit
ad703f9631
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -1,7 +1,6 @@
|
|||
PREFIX := /usr
|
||||
SHELL := bash
|
||||
.SHELLFLAGS := -eu -o pipefail -c
|
||||
.ONESHELL:
|
||||
.DELETE_ON_ERROR:
|
||||
MAKEFLAGS += --warn-undefined-variables
|
||||
MAKEFLAGS += --no-builtin-rules
|
||||
|
|
|
|||
Loading…
Reference in a new issue