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

Skip to content

Commit 7d23b59

Browse files
committed
Updates and changes:
- set VERSION to 2.1 - change blddir to ../.. since that seems more common than the old value (at least for my debugging session).
1 parent 803eff2 commit 7d23b59

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
@@ -6,11 +6,11 @@
66
CC= gcc
77

88
# XXX Top of the build tree and source tree
9-
blddir= ../../linux
9+
blddir= ../..
1010
srcdir= ../..
1111

1212
# Python version
13-
VERSION= 2.0
13+
VERSION= 2.1
1414

1515
# Compiler flags
1616
OPT= -g

0 commit comments

Comments
 (0)