Initial import

This commit is contained in:
Pim van Pelt
2025-07-13 23:39:04 +02:00
commit e3264e6489
10 changed files with 455 additions and 0 deletions

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/make -f
.PHONY: pkg-deb deb-clean
pkg-deb:
dpkg-buildpackage -us -uc
clean:
rm -f ../bitcron_*.deb ../bitcron_*.changes ../bitcron_*.tar.xz ../bitcron_*.dsc ../bitcron_*.buildinfo
rm -rf debian/.debhelper debian/files debian/bitcron debian/*.substvars debian/debhelper-build-stamp