mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04: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:
parent
2f16e31afc
commit
9a5e065229
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ SHARED_TEST_OBJS = \
|
|||
../URL.o \
|
||||
../Utf8View.o \
|
||||
|
||||
.cpp.o:
|
||||
%.o: %.cpp ../*.h
|
||||
@echo "HOST_CXX $<"; $(PRE_CXX) $(CXX) $(CXXFLAGS) -o $@ -c $<
|
||||
|
||||
define execute-command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue