diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-08-20 13:13:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-20 13:13:23 +0200 |
commit | 23c240a94a0bd930e601e2dd575aa3608983b6ff (patch) | |
tree | 634acab12b834c9c42aa156d12a25557188f3989 | |
parent | f189668dd6b223317e6f9f4d98b9d8929e695fa5 (diff) | |
download | afl++-23c240a94a0bd930e601e2dd575aa3608983b6ff.tar.gz |
add newline at end
-rw-r--r-- | utils/plot_ui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/plot_ui/Makefile b/utils/plot_ui/Makefile index 7ade8a40..b2013248 100644 --- a/utils/plot_ui/Makefile +++ b/utils/plot_ui/Makefile @@ -7,4 +7,4 @@ afl-plot-ui: afl-plot-ui.c $(CC) $(CFLAGS) -o afl-plot-ui afl-plot-ui.c $(LDFLAGS) clean: - rm -f afl-plot-ui \ No newline at end of file + rm -f afl-plot-ui |