We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d636c77 commit d55c68fCopy full SHA for d55c68f
Makefile
@@ -17,7 +17,7 @@ LIB=lib
17
CC ?= gcc
18
CFLAGS ?= -Wextra -Wall -iquote$(SRC) -fpic
19
20
-HEADERS = libnms.h
+HEADERS = nms.h
21
LIBRARIES = libnms.so
22
23
.PHONY: all install uninstall clean
src/libnms.c
@@ -26,7 +26,7 @@
26
#include <time.h>
27
#include <locale.h>
28
#include <wchar.h>
29
-#include "libnms.h"
+#include "nms.h"
30
31
// Color identifiers
32
#define COLOR_BLACK 0
src/libnms.h src/nms.hsrc/libnms.h renamed to src/nms.h
0 commit comments