mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-23 19:42:08 +00:00
lib: move includes to include/lib/
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
This commit is contained in:
@@ -9,4 +9,4 @@ xlib: $(obj)
|
||||
gcc -Wall -o $@ $^
|
||||
|
||||
.c.o:
|
||||
gcc -Wall -I. -I.. -Iinclude -g -c -o $@ $<
|
||||
gcc -Wall -I. -I.. -I../../include -g -c -o $@ $<
|
||||
|
||||
Reference in New Issue
Block a user