diff options
author | nathan <nathansmith@disroot.org> | 2025-05-30 09:05:27 -0600 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-05-30 09:05:27 -0600 |
commit | 3bccbc10419c2025042b53bcc04b8e2f0b020b95 (patch) | |
tree | 747dcf173b5d817433a21c993a57dc88c7e7d53f /Makefile | |
parent | 90691b713217913c91b2252bb6c3471630310e4b (diff) |
Started working on gopher
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,4 +5,5 @@ all: .PHONY: clean clean: rm -rf xhtml/* + rm -rf gopher/* |