1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:47:35 +00:00

AK: Always rebuild unit tests if AK headers change

This is a hack to avoid failing AK unit tests because it didn't even
try to rebuild.
This commit is contained in:
Andreas Kling 2019-11-06 19:14:34 +01:00
parent 2f16e31afc
commit 9a5e065229

View file

@ -14,7 +14,7 @@ SHARED_TEST_OBJS = \
../URL.o \ ../URL.o \
../Utf8View.o \ ../Utf8View.o \
.cpp.o: %.o: %.cpp ../*.h
@echo "HOST_CXX $<"; $(PRE_CXX) $(CXX) $(CXXFLAGS) -o $@ -c $< @echo "HOST_CXX $<"; $(PRE_CXX) $(CXX) $(CXXFLAGS) -o $@ -c $<
define execute-command define execute-command