fix: Added linux-headers
This commit is contained in:
parent
9a5ea17469
commit
54d8dfff7d
4 changed files with 5 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
ROOT=/home/kevin/Projects/piratpkg/test
|
||||
ROOT=/config/workspace/piratpkg/test
|
||||
|
||||
REPO_BRANCHES=core testing
|
||||
DEFAULT_BRANCH=core
|
||||
|
|
1
test/.gitignore
vendored
1
test/.gitignore
vendored
|
@ -2,3 +2,4 @@ bin/
|
|||
lib/
|
||||
etc/
|
||||
share/
|
||||
usr/
|
|
@ -1 +1 @@
|
|||
Subproject commit dbc34cd8fc4e9e0ade542115fed4e04f8b95d602
|
||||
Subproject commit d442052775152d2f44b2fe0581ec3c38ce203f24
|
Loading…
Add table
Reference in a new issue