From 0fa5b47f9c3fdd63c3b6615f15e73c57aa0582a6 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Wed, 22 Apr 2026 19:04:49 +1000 Subject: fix(Makefile): Store test executables in dist/ folder --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index aa71230..cc5f6f2 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ asan: clean $(OUTDIR)/$(LIB) test-png: clean $(MAKE) USE_HOSTED=1 debug - $(CC) $(BASE_CFLAGS) $(DEBUG_FLAGS) -DUSE_HOSTED tests/format/image/png/png_open.c -o png_test -Iinclude/bridges -Ldist -ltinyff && ./png_test + $(CC) $(BASE_CFLAGS) $(DEBUG_FLAGS) -DUSE_HOSTED tests/format/image/png/png_open.c -o $(OUTDIR)/png_test -Iinclude/bridges -Ldist -ltinyff && ./$(OUTDIR)/png_test test: test-png -- cgit v1.2.3