added env.local -- gitignored credentials file
This commit is contained in:
7
test_make/Makefile
Normal file
7
test_make/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
TEST_SECRET=default_secret
|
||||
|
||||
include env
|
||||
export
|
||||
|
||||
test:
|
||||
@echo $(TEST_SECRET)
|
||||
Reference in New Issue
Block a user