From c509339286e7aac6d1b8557cf3a55326ce3e1d75 Mon Sep 17 00:00:00 2001 From: thing1 Date: Sun, 23 Mar 2025 21:01:45 +0000 Subject: math homework --- maths/hw/wpp2/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 maths/hw/wpp2/Makefile (limited to 'maths/hw/wpp2/Makefile') diff --git a/maths/hw/wpp2/Makefile b/maths/hw/wpp2/Makefile new file mode 100644 index 0000000..73b377f --- /dev/null +++ b/maths/hw/wpp2/Makefile @@ -0,0 +1,4 @@ +all: wpp2 + +wpp2: wpp2.ms + groff -ms -Tps -e wpp2.ms | ps2pdf - > wpp2.pdf -- cgit v1.2.3