Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ead36d7

Browse files
committed
- Make number in comment match the targets in that section of the
Makefile. - Update the Python version number so we're using the library built from the current working sources.
1 parent 186bec2 commit ead36d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Demo/embed/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ blddir= ../..
1010
srcdir= ../..
1111

1212
# Python version
13-
VERSION= 2.2
13+
VERSION= 2.3
1414

1515
# Compiler flags
1616
OPT= -g
@@ -28,7 +28,7 @@ SYSLIBS= -lm
2828
MODLIBS=
2929
ALLLIBS= $(LIBPYTHON) $(MODLIBS) $(LIBS) $(SYSLIBS)
3030

31-
# Build the demo application
31+
# Build the demo applications
3232
all: demo loop importexc
3333
demo: demo.o
3434
$(CC) $(LDFLAGS) demo.o $(ALLLIBS) -o demo

0 commit comments

Comments
 (0)