fix: Added linux-headers

This commit is contained in:
Kevin Alavik 2025-04-11 09:09:02 +02:00
parent 9a5ea17469
commit 54d8dfff7d
Signed by: Kevin Alavik
GPG key ID: C113432D06BBE6FE
4 changed files with 5 additions and 4 deletions

View file

@ -11,7 +11,7 @@ ZSH_COMPLETION_DIR := $(PREFIX)/share/zsh/site-functions
SRC := $(wildcard src/*.c)
OBJ := $(SRC:.c=.o)
CFLAGS := -Werror -Wall -Wextra -I include -std=c89 -O3
CFLAGS := -Werror -Wall -Wextra -I include -std=c89 -O3 -Wno-unused-result
BUILD_MODE ?= release

View file

@ -1,4 +1,4 @@
ROOT=/home/kevin/Projects/piratpkg/test
ROOT=/config/workspace/piratpkg/test
REPO_BRANCHES=core testing
DEFAULT_BRANCH=core

3
test/.gitignore vendored
View file

@ -1,4 +1,5 @@
bin/
lib/
etc/
share/
share/
usr/

@ -1 +1 @@
Subproject commit dbc34cd8fc4e9e0ade542115fed4e04f8b95d602
Subproject commit d442052775152d2f44b2fe0581ec3c38ce203f24