mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
6 lines
145 B
Makefile
6 lines
145 B
Makefile
|
install:
|
||
|
mkdir -p $(SERENITY_BASE_DIR)/Root/usr/include/AK/
|
||
|
cp ../AK/*.h $(SERENITY_BASE_DIR)/Root/usr/include/AK/
|
||
|
|
||
|
include ../Makefile.common
|