Skip to content
Snippets Groups Projects
Commit d1f20f12 authored by nimrod's avatar nimrod
Browse files

- Added Makefile.

parent 6c0dde75
No related branches found
No related tags found
No related merge requests found
a.out
*.pyc
__pycache__/*
Makefile 0 → 100644
all: python3 c
python3: prime.py
pycompile -V 3.4 prime.py
c: prime.c
gcc --std=c99 -Wall -lm prime.c
clean:
rm -r a.out __pycache__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment