diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-03-13 19:47:18 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-03-13 19:47:18 +0000 |
commit | 1d636f260bfb45bf87e4801845f38baef7e14cd4 (patch) | |
tree | f03d64630765ad41b323130e0f8a97747e4363bf /maths/cribs/differentiation/Makefile | |
parent | 51febddd0d6da1ac3e19a27b0761672dda1a1f55 (diff) |
started math crib page
Diffstat (limited to 'maths/cribs/differentiation/Makefile')
-rw-r--r-- | maths/cribs/differentiation/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/maths/cribs/differentiation/Makefile b/maths/cribs/differentiation/Makefile new file mode 100644 index 0000000..c3461eb --- /dev/null +++ b/maths/cribs/differentiation/Makefile @@ -0,0 +1,6 @@ +test: writeup.ms + groff -t -e -Tps -ms writeup.ms > writeup.ps + ps2pdf writeup.ps + rm writeup.ps +clean: + rm writeup.pdf |