added --template, --begin and --end

This commit is contained in:
cozis
2022-05-09 22:52:30 +02:00
parent f9f67e8ba0
commit 1333b9a5b1
3 changed files with 225 additions and 14 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
CC = gcc
CFLAGS = -Wall -Wextra -DNDEBUG -O3 #-DC2H_TIMING
# CFLAGS = -Wall -Wextra -g # When debugging
#CFLAGS = -Wall -Wextra -DNDEBUG -O3 #-DC2H_TIMING
CFLAGS = -Wall -Wextra -g # When debugging
.PHONY: all install clean