diff options
| author | ruki <[email protected]> | 2022-12-24 17:18:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-24 17:18:19 +0800 |
| commit | 984307d5445ddbc65a97dd42e37215737c686a40 (patch) | |
| tree | bf2b6046ec66b9fd48e8527c697bf74cf8b7b766 /core/detect | |
| parent | 025b307d3b801fa67d1c087d398289f76ff607dc (diff) | |
remove makefile
Diffstat (limited to 'core/detect')
| -rw-r--r-- | core/detect/curses.c | 6 | ||||
| -rw-r--r-- | core/detect/lua-cjson.c | 7 | ||||
| -rw-r--r-- | core/detect/readline.c | 8 | ||||
| -rw-r--r-- | core/detect/sv.c | 7 | ||||
| -rw-r--r-- | core/detect/tbox.c | 10 |
5 files changed, 0 insertions, 38 deletions
diff --git a/core/detect/curses.c b/core/detect/curses.c deleted file mode 100644 index 492277e3b..000000000 --- a/core/detect/curses.c +++ /dev/null @@ -1,6 +0,0 @@ -#include <curses.h> - -int main() -{ - if (initscr()) return endwin(); -} diff --git a/core/detect/lua-cjson.c b/core/detect/lua-cjson.c deleted file mode 100644 index 8e9d36ccd..000000000 --- a/core/detect/lua-cjson.c +++ /dev/null @@ -1,7 +0,0 @@ -int luaopen_cjson(void *l); - -int main() -{ - luaopen_cjson(0); - return 0; -} diff --git a/core/detect/readline.c b/core/detect/readline.c deleted file mode 100644 index 346a07e09..000000000 --- a/core/detect/readline.c +++ /dev/null @@ -1,8 +0,0 @@ -#include <stdio.h> -#include <readline/readline.h> - -int main() -{ - readline(0); - return 0; -} diff --git a/core/detect/sv.c b/core/detect/sv.c deleted file mode 100644 index 20a071557..000000000 --- a/core/detect/sv.c +++ /dev/null @@ -1,7 +0,0 @@ -#include <semver.h> - -int main() -{ - semvern(0, 0, 0); - return 0; -} diff --git a/core/detect/tbox.c b/core/detect/tbox.c deleted file mode 100644 index dfec3eb1e..000000000 --- a/core/detect/tbox.c +++ /dev/null @@ -1,10 +0,0 @@ -#include <tbox/tbox.h> - -int main() -{ - if (tb_init(tb_null, tb_null)) - { - tb_trace_i("hello tbox!"); - tb_exit(); - } -} |
