Skip to content

Commit e2e0989

Browse files
Fix Makefile and CMakeLists formatting (@tautschnig)
1 parent 6469195 commit e2e0989

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,4 @@ add_subdirectory(goto-instrument)
104104
add_subdirectory(goto-analyzer)
105105
add_subdirectory(goto-diff)
106106
add_subdirectory(goto-harness)
107-
108107
add_subdirectory(symtab2gb)

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ DIRS = analyses \
1919
linking \
2020
pointer-analysis \
2121
solvers \
22+
symtab2gb \
2223
util \
2324
xmllang \
24-
symtab2gb \
2525
# Empty last line
2626

2727
all: cbmc.dir \

0 commit comments

Comments
 (0)