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 246815b commit df1d114Copy full SHA for df1d114
Makefile
@@ -7,12 +7,12 @@ prefix ?= /usr/local
7
targets := m100-tokenize m100-decomment m100-jumps m100-crunch
8
scripts := tokenize m100-sanity
9
10
-m100-tokenize.o: m100-tokenize-main.c
11
-m100-decomment.o: m100-tokenize-main.c
12
-
13
# By default, create m100-tokenize and friends (implicitly compiled from .lex)
14
all: ${targets} bacmp
15
+m100-tokenize.o: m100-tokenize-main.c
+m100-decomment.o: m100-tokenize-main.c
+
16
# Use 'make debug' to compile with debugging and catch pointer errors.
17
debug : CFLAGS+=-g -fsanitize=address -Wall -Wno-unused-function
18
debug : LDLIBS+=-lasan
0 commit comments