diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-03-28 08:58:00 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-03-28 08:58:00 +0000 |
commit | e4fd1284273b4477ba46ed6f8ae190d395056bac (patch) | |
tree | a2a3b2f8d70c59906ccbea9996e10286bcd119af /comp/work/52/Makefile | |
parent | 7d132db50ae2845300353b332c6951193ecaa2c2 (diff) |
added alot of photos
Diffstat (limited to 'comp/work/52/Makefile')
-rw-r--r-- | comp/work/52/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/comp/work/52/Makefile b/comp/work/52/Makefile new file mode 100644 index 0000000..2aeb265 --- /dev/null +++ b/comp/work/52/Makefile @@ -0,0 +1,3 @@ +all: hashing.ms tcpip.ms + eqn hashing.ms | groff -Tps -ms | ps2pdf - > hashing.pdf + eqn tcpip.ms | groff -Tps -ms | ps2pdf - > tcpip.pdf |