mirror of
https://github.com/daylinmorgan/monolisa-nerdfont-patch.git
synced 2024-11-14 10:17:53 -06:00
add sourcing of .env
This commit is contained in:
parent
d3b2d37f18
commit
e5caea257c
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -6,3 +6,4 @@ patched/*
|
||||||
!**/.gitkeep
|
!**/.gitkeep
|
||||||
|
|
||||||
nerd-fonts
|
nerd-fonts
|
||||||
|
.env
|
||||||
|
|
1
Makefile
1
Makefile
|
@ -1,3 +1,4 @@
|
||||||
|
-include .env
|
||||||
ARGS ?= -c
|
ARGS ?= -c
|
||||||
|
|
||||||
NF_SRC := $(shell ./bin/get-font-files src)
|
NF_SRC := $(shell ./bin/get-font-files src)
|
||||||
|
|
Loading…
Reference in a new issue