diff options
| author | Jan Sucan <jan@jansucan.com> | 2021-05-02 10:19:23 +0200 |
|---|---|---|
| committer | Jan Sucan <jan@jansucan.com> | 2021-05-02 10:20:29 +0200 |
| commit | 02ffe0ed4113e7b479197d0ba1b160e6280b4099 (patch) | |
| tree | c7a3573039ba02983eec38267d61d86e1965bbab /tests/Makefile | |
| parent | 36a92af6ee3c20c93835a34ddeb148c34ccf023c (diff) | |
Move the source files to a src directory
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index e202c55..fc86402 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,4 @@ -PROGRAM_EXEC=../$(PROGRAM_NAME) +PROGRAM_EXEC=../src/$(PROGRAM_NAME) all: sh ./001-no_options_given.sh $(PROGRAM_EXEC) |
