test are still ok!

This commit is contained in:
Paul Schneider 2026-08-25 14:16:49 +01:00
commit a0f0fb1282
27 changed files with 170 additions and 258 deletions

7
src/PostIt/Makefile Normal file
View file

@ -0,0 +1,7 @@
clean: clean-PostIt clean-PostIt.Android clean-PostIt.Desktop
clean-%:
rm -rf $*/obj $*/bin
.PHONY: clean