From faef2d81c224b715c5e429d04c59ba50fb772d9e Mon Sep 17 00:00:00 2001 From: thing1 Date: Tue, 15 Oct 2024 10:19:30 +0100 Subject: added a stupid amount of work to zpy, and started the document work in latex rather than groff --- comp/lucas-standen-NEA/code2/autodoc/Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 comp/lucas-standen-NEA/code2/autodoc/Makefile (limited to 'comp/lucas-standen-NEA/code2/autodoc/Makefile') diff --git a/comp/lucas-standen-NEA/code2/autodoc/Makefile b/comp/lucas-standen-NEA/code2/autodoc/Makefile deleted file mode 100644 index 76ef5c1..0000000 --- a/comp/lucas-standen-NEA/code2/autodoc/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -autodoc: autodoc.c - cc autodoc.c -o autodoc -ggdb - -install: autodoc - cp autodoc /usr/local/bin/autodoc - -uninstall: - rm /usr/local/bin/autodoc - -clean: - rm autodoc -- cgit v1.2.3