update python

This commit is contained in:
Özgür Kesim 2022-11-17 14:53:47 +01:00
parent e928dd898b
commit 8b93641896

View File

@ -1,8 +1,8 @@
CC=gcc CC=gcc
PC=python3.7dm-config PC=python3.11-config
PIE=-fPIE # this was necessary on my machine PIE=-fPIE # this was necessary on my machine
CFLAGS=$(shell $(PC) --cflags) CFLAGS=$(shell $(PC) --embed --cflags)
LDFLAGS=$(shell $(PC) --ldflags) LDFLAGS=$(shell $(PC) --embed --ldflags)
simple: simple.o simple: simple.o
$(CC) -o $@ $< $(LDFLAGS) $(CC) -o $@ $< $(LDFLAGS)