1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:37:44 +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:
Andreas Kling 2020-03-08 21:40:40 +01:00
parent d9126b1ad5
commit b956e2d939

View file

@ -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