Skip to content

Commit df1d114

Browse files
committed
'all' should be default target
1 parent 246815b commit df1d114

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ prefix ?= /usr/local
77
targets := m100-tokenize m100-decomment m100-jumps m100-crunch
88
scripts := tokenize m100-sanity
99

10-
m100-tokenize.o: m100-tokenize-main.c
11-
m100-decomment.o: m100-tokenize-main.c
12-
1310
# By default, create m100-tokenize and friends (implicitly compiled from .lex)
1411
all: ${targets} bacmp
1512

13+
m100-tokenize.o: m100-tokenize-main.c
14+
m100-decomment.o: m100-tokenize-main.c
15+
1616
# Use 'make debug' to compile with debugging and catch pointer errors.
1717
debug : CFLAGS+=-g -fsanitize=address -Wall -Wno-unused-function
1818
debug : LDLIBS+=-lasan

0 commit comments

Comments
 (0)