Compare commits

...

2 Commits

Author SHA1 Message Date
f9e2afcc5d archive notice 2025-10-07 15:45:13 -04:00
0845370c43 Adjusted code/boot/makefile to remove map.txt when make clean is run 2025-09-02 13:36:24 -04:00
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# chibi pc-09
## Archived!
This repo has been archived, and the different parts have been migrated to other repos.
The PCB for prototype 1 has been moved to https://gitea.ambersplace.net/chibi/pc09-prototype-1
The firmware has been moved to https://gitea.ambersplace.net/chibi/chibi-firmware
![Gitea last commit](https://img.shields.io/gitea/last-commit/amberisvibin/chibi-pc09?gitea_url=https%3A%2F%2Fgitea.ambersplace.net&style=for-the-badge&label=Last%20Gitea%20Commit)
![GitHub last commit](https://img.shields.io/github/last-commit/amberisvibin/chibi-pc09?style=for-the-badge&label=Last%20Github%20Commit)

View File

@@ -49,4 +49,4 @@ $(OBJS): $(BUILDDIR)%.o : $(SRCDIR)%.s
.IGNORE: clean
clean:
@echo 'Cleaning up intermediary files...'
@rm -rv $(TARGROM) $(TARGET).s19 $(BUILDDIR)
@rm -rv $(TARGROM) $(TARGET).s19 map.txt $(BUILDDIR)