1
0

try and fix build error

This commit is contained in:
dtb 2022-11-28 22:08:39 -05:00
parent ec0cda06f5
commit 41f27ee708

View File

@ -27,9 +27,8 @@ subdirs:
$(MAKE) -C home
$(MAKE) -C phones
$(MAKE) -C slipstream
$(MAKE) -C software
clean:
$(RM) index.html css/index.html home/index.html phones/index.html slipstream/index.html software/index.html
$(RM) index.html css/index.html home/index.html phones/index.html slipstream/index.html
.PHONY: generate clean