added env.local -- gitignored credentials file

This commit is contained in:
voje
2019-04-15 17:03:39 +02:00
parent 9e3254de8e
commit be9d525b1d
6 changed files with 23 additions and 6 deletions

7
test_make/Makefile Normal file
View File

@@ -0,0 +1,7 @@
TEST_SECRET=default_secret
include env
export
test:
@echo $(TEST_SECRET)