Initial import
This commit is contained in:
10
Makefile
Normal file
10
Makefile
Normal 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
|
Reference in New Issue
Block a user