Skip to content

Commit 9160346

Browse files
committed
update makefile
1 parent 9146946 commit 9160346

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

C/makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ OLIB=$(IC)
77
OINC=$(IC)/sdk/include
88

99
#OH=/u01/app/oracle/product/12.1.0/dbhome_1
10-
#OLIB=$(OH)/lib
11-
#OINC=$(OH)/rdbms/public
10+
OH=/opt/oracle/product/23ai/dbhomeFree/
11+
OLIB=$(OH)/lib
12+
OINC=$(OH)/rdbms/public
13+
1214

1315
drcp: clean
1416
$(CC) -Wall -Wextra -c -I$(OINC) drcp.c

0 commit comments

Comments
 (0)