You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
191 B
Makefile

program: main.c
gcc -g -o program main.c
debug: program
gdb program
pdf: README.md
pandoc README.md --pdf-engine=xelatex -o README.pdf
latex: README.md
pandoc README.md -o README.tex