mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:57:45 +00:00
AK: Remove all the AK .host.o files on "make clean" in AK/Tests
This is a bit hackish, but sometimes these files stick around and mess up rebuilds.
This commit is contained in:
parent
d9126b1ad5
commit
b956e2d939
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ SHARED_TEST_OBJS = ${SHARED_TEST_SOURCES:.cpp=.host.o}
|
||||||
OBJS = ${SRCS:.cpp=.host.o} $(SHARED_TEST_OBJS)
|
OBJS = ${SRCS:.cpp=.host.o} $(SHARED_TEST_OBJS)
|
||||||
APPS = ${SRCS:.cpp=}
|
APPS = ${SRCS:.cpp=}
|
||||||
|
|
||||||
EXTRA_CLEAN = $(APPS) *.o
|
EXTRA_CLEAN = $(APPS) *.o ../*.host.o
|
||||||
|
|
||||||
USE_HOST_CXX = 1
|
USE_HOST_CXX = 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue