commit 0f6e9439662be2820b0d8f58ff4bd187af153194
parent ea32f24469e433989224246640e2550614c08c5f
Author: Matsuda Kenji <info@mtkn.jp>
Date: Thu, 12 Jan 2023 14:51:16 +0900
Change Makefile for test.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ex9/test/Makefile b/ex9/test/Makefile
@@ -5,6 +5,6 @@ INCS=-I/usr/X11R6/include
CFLAGS=-Wall -W -Wextra -Wpointer-arith -Wbad-function-cast -std=c11
LIBS=-L/usr/X11R6/lib -lX11 -lXext -lm
-test: *.c
+test: *.c ../*.c ../*.h
$(CC) $(INCS) $(CFLAGS) -o $(OUT) $(IN) $(LIBS)
./$(OUT)