diff options
-rw-r--r-- | lib/Makefile.config-opts | 2 | ||||
-rw-r--r-- | lib/tests/Makefile.config-opts | 6 |
2 files changed, 0 insertions, 8 deletions
diff --git a/lib/Makefile.config-opts b/lib/Makefile.config-opts deleted file mode 100644 index 6546cb0..0000000 --- a/lib/Makefile.config-opts +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | parse_ini.o: parse_ini.c | ||
2 | gcc -I ../plugins -I ../gl -I .. -g -c -o parse_ini.o parse_ini.c | ||
diff --git a/lib/tests/Makefile.config-opts b/lib/tests/Makefile.config-opts deleted file mode 100644 index 96326d3..0000000 --- a/lib/tests/Makefile.config-opts +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | |||
2 | test_ini: test_ini.o ../parse_ini.o | ||
3 | gcc -g -o test_ini test_ini.o ../parse_ini.o ../utils_base.o -L/usr/local/lib /usr/local/lib/libtap.so -Wl,--rpath -Wl,/usr/local/lib | ||
4 | |||
5 | test_ini.o: test_ini.c | ||
6 | gcc -g test_ini.c -I ../../plugins -I ../../gl -I ../.. -I .. -c -o test_ini.o | ||