mirror of
https://github.com/p2r3/bareiron.git
synced 2025-10-01 23:25:09 +02:00
move headers to separate directory
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -2,4 +2,4 @@
|
||||
notchian
|
||||
bareiron
|
||||
src/registries.c
|
||||
src/registries.h
|
||||
include/registries.h
|
||||
|
2
build.sh
2
build.sh
@@ -1,3 +1,3 @@
|
||||
rm bareiron
|
||||
gcc src/*.c -o bareiron
|
||||
gcc src/*.c -Iinclude -o bareiron
|
||||
./bareiron
|
||||
|
Reference in New Issue
Block a user