big update: simplifying + pandoc
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,6 +1,6 @@
|
||||
# ----- Variables for customization -----
|
||||
CC = gcc # Compiler (you can change to clang if desired)
|
||||
CFLAGS = -g2 -Wall -Wextra #-fsanitize=address # Standard flags + debugging & warnings
|
||||
CFLAGS = -g2 -Wall -Wextra #-fsanitize=address,undefined # Standard flags + debugging & warnings
|
||||
LDFLAGS = # Linker flags, if any
|
||||
|
||||
# ----- Automatic dependency tracking -----
|
||||
@@ -19,4 +19,4 @@ server: $(OBJS)
|
||||
# Phony target for cleaning
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f $(OBJS)
|
||||
rm -f $(OBJS) server
|
||||
|
||||
Reference in New Issue
Block a user