diff options
| author | NPScript <nathan@reinerweb.ch> | 2021-12-21 10:39:35 +0100 |
|---|---|---|
| committer | NPScript <nathan@reinerweb.ch> | 2021-12-21 10:39:35 +0100 |
| commit | d4a660f3f5f3004293dcb7299a1f642d8283f916 (patch) | |
| tree | b525735039ffe86d3b8a5c6e80a6cad0369bd765 /Makefile | |
| parent | f1cf24c1d0410971726c61891b5876032df7e0cc (diff) | |
Makefile remove luis instead of test
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,5 +18,5 @@ luis: ${OBJ} ${CC} -o $@ ${OBJ} ${LDFLAGS} clean: - rm ${OBJ} test + rm ${OBJ} luis |