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 718d890 commit 0765557Copy full SHA for 0765557
src/memory-analyzer/Makefile
@@ -7,12 +7,12 @@ SRC = analyze_symbol.cpp\
7
INCLUDES= -I ..
8
9
LIBS = \
10
- ../ansi-c/ansi-c.a \
11
- ../goto-programs/goto-programs.a \
12
- ../linking/linking.a \
13
- ../util/util.a \
14
- ../big-int/big-int.a \
15
- ../langapi/langapi.a
+ ../ansi-c/ansi-c$(LIBEXT) \
+ ../goto-programs/goto-programs$(LIBEXT) \
+ ../linking/linking$(LIBEXT) \
+ ../util/util$(LIBEXT) \
+ ../big-int/big-int$(LIBEXT) \
+ ../langapi/langapi$(LIBEXT)
16
17
18
0 commit comments