diff options
| author | Mikhail Osipov <mike.osipov@gmail.com> | 2020-01-24 04:05:22 +0300 |
|---|---|---|
| committer | Mikhail Osipov <mikhail.osipov@kaspersky.com> | 2020-01-24 14:15:12 +0300 |
| commit | 774028525cf003e284071685e2b697ad305086e2 (patch) | |
| tree | e6b431082138a79f9dad7dd844adc7c4a3eb7015 /test/Makefile | |
| parent | ab3e3860cbb836203ac707ea395af9902d29ad39 (diff) | |
eval query with env
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000..31766f2 --- /dev/null +++ b/test/Makefile @@ -0,0 +1,4 @@ +nothing: + @echo to be done... + +.PHONY: nothing |
