Thanks to visit codestin.com Credit goes to github.com
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 186bec2 commit ead36d7Copy full SHA for ead36d7
1 file changed
Demo/embed/Makefile
@@ -10,7 +10,7 @@ blddir= ../..
10
srcdir= ../..
11
12
# Python version
13
-VERSION= 2.2
+VERSION= 2.3
14
15
# Compiler flags
16
OPT= -g
@@ -28,7 +28,7 @@ SYSLIBS= -lm
28
MODLIBS=
29
ALLLIBS= $(LIBPYTHON) $(MODLIBS) $(LIBS) $(SYSLIBS)
30
31
-# Build the demo application
+# Build the demo applications
32
all: demo loop importexc
33
demo: demo.o
34
$(CC) $(LDFLAGS) demo.o $(ALLLIBS) -o demo
0 commit comments