- Flattened nested bootupd/bootupd/ structure to root level - Moved all core project files to root directory - Added proper Debian packaging structure (debian/ directory) - Created build scripts and CI configuration - Improved project organization for CI/CD tools - All Rust source, tests, and configuration now at root level - Added GitHub Actions workflow for automated testing - Maintained all original functionality while improving structure
6 lines
170 B
Makefile
Executable file
6 lines
170 B
Makefile
Executable file
all:
|
|
echo "No build step"
|
|
|
|
install:
|
|
mkdir -p $(DESTDIR)/usr/lib/coreos-assembler/tests/kola/
|
|
rsync -rlv ../kola $(DESTDIR)/usr/lib/coreos-assembler/tests/kola/bootupd
|