Skip to content

Commit 8a62a2a

Browse files
author
Daniel Kroening
committed
Makefile now has only one directory per line
1 parent c08bad4 commit 8a62a2a

File tree

1 file changed

+26
-5
lines changed

1 file changed

+26
-5
lines changed

src/Makefile

+26-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,29 @@
1-
DIRS = ansi-c big-int cbmc ccover jbmc cpp goto-cc goto-instrument \
2-
goto-programs goto-symex langapi pointer-analysis solvers util \
3-
linking xmllang assembler analyses java_bytecode \
4-
json goto-analyzer jsil goto-diff clobber \
5-
memory-models miniz
1+
DIRS = ansi-c \
2+
big-int \
3+
cbmc \
4+
ccover \
5+
jbmc \
6+
cpp \
7+
goto-cc \
8+
goto-instrument \
9+
goto-programs \
10+
goto-symex \
11+
langapi \
12+
pointer-analysis \
13+
solvers \
14+
util \
15+
linking \
16+
xmllang \
17+
assembler \
18+
analyses \
19+
java_bytecode \
20+
json \
21+
goto-analyzer \
22+
jsil \
23+
goto-diff \
24+
clobber \
25+
memory-models \
26+
miniz
627

728
all: cbmc.dir ccover.dir jbmc.dir goto-cc.dir goto-instrument.dir \
829
goto-analyzer.dir goto-diff.dir

0 commit comments

Comments
 (0)