build: Move to using autoconf

This commit is contained in:
mintsuki
2022-01-16 06:09:36 +01:00
parent 88e7bcc13a
commit 3bb70dcbee
13 changed files with 193 additions and 158 deletions

View File

@@ -15,4 +15,4 @@ jobs:
run: sudo apt-get update && sudo apt-get install git build-essential nasm curl mtools -y
- name: Build the bootloader
run: make all
run: ./autogen.sh && make all