diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ .POSIX: OBJS = strbst.o ll.o nodelink.o read.o main.o -CFLAGS = -Wall -pedantic -O2 -g +CFLAGS = -Wall -pedantic -O2 CC = c99 BIN = /usr/local/bin OUT = tmplt |