moves source files to src/
This commit is contained in:
parent
0456655b41
commit
8e1926443a
7
Makefile
7
Makefile
@ -7,8 +7,11 @@
|
|||||||
|
|
||||||
.POSIX:
|
.POSIX:
|
||||||
|
|
||||||
bindings.rlib: limine.h limine.rs
|
RUSTC ?= rustc
|
||||||
bindgen --use-core limine.h | cat limine.rs - | rustc --crate-type=lib - -o $@
|
|
||||||
|
bindings.rlib: src/limine.h src/limine.rs
|
||||||
|
bindgen --use-core src/limine.h | cat src/limine.rs - \
|
||||||
|
| $(RUSTC) --crate-type=lib - -o $@
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user