update python
This commit is contained in:
parent
e928dd898b
commit
8b93641896
@ -1,8 +1,8 @@
|
||||
CC=gcc
|
||||
PC=python3.7dm-config
|
||||
PC=python3.11-config
|
||||
PIE=-fPIE # this was necessary on my machine
|
||||
CFLAGS=$(shell $(PC) --cflags)
|
||||
LDFLAGS=$(shell $(PC) --ldflags)
|
||||
CFLAGS=$(shell $(PC) --embed --cflags)
|
||||
LDFLAGS=$(shell $(PC) --embed --ldflags)
|
||||
|
||||
simple: simple.o
|
||||
$(CC) -o $@ $< $(LDFLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user