Skip to content
Snippets Groups Projects
Unverified Commit 4d46c845 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

update makefile

parent 5a8193ea
No related branches found
No related tags found
No related merge requests found
__pycache__ __pycache__
daemon.c daemon.c
verify.c
daemon daemon
*.pyc *.pyc
......
CC ?= gcc CC ?= gcc
all: .PRONY: daemon.c verify.c
all: daemon.c verify.c
eval $(CC) `python-config --cflags --ldflags` daemon.c verify.c -o daemon
daemon.c:
cython -3 --embed daemon.py cython -3 --embed daemon.py
eval $(CC) `python-config --cflags --ldflags` daemon.c -o daemon
verify.c:
cython -3 verify.py
clean: clean:
rm -f daemon.c daemon rm -f daemon.c verify.c daemon
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment