| 58 $(BUILDDIR)/test-bishop.o: test-bishop.c ../src/chess/rules.h ucxtest.h |
59 $(BUILDDIR)/test-bishop.o: test-bishop.c ../src/chess/rules.h ucxtest.h |
| 59 @echo "Compiling $<" |
60 @echo "Compiling $<" |
| 60 $(CC) -o $@ $(CFLAGS) -c $< |
61 $(CC) -o $@ $(CFLAGS) -c $< |
| 61 |
62 |
| 62 $(BUILDDIR)/test-datatypes.o: test-datatypes.c ../src/chess/rules.h |
63 $(BUILDDIR)/test-datatypes.o: test-datatypes.c ../src/chess/rules.h |
| |
64 @echo "Compiling $<" |
| |
65 $(CC) -o $@ $(CFLAGS) -c $< |
| |
66 |
| |
67 $(BUILDDIR)/test-fen.o: test-fen.c ../src/chess/fen.h \ |
| |
68 ../src/chess/rules.h ucxtest.h |
| 63 @echo "Compiling $<" |
69 @echo "Compiling $<" |
| 64 $(CC) -o $@ $(CFLAGS) -c $< |
70 $(CC) -o $@ $(CFLAGS) -c $< |
| 65 |
71 |
| 66 $(BUILDDIR)/test-king.o: test-king.c ../src/chess/rules.h ucxtest.h |
72 $(BUILDDIR)/test-king.o: test-king.c ../src/chess/rules.h ucxtest.h |
| 67 @echo "Compiling $<" |
73 @echo "Compiling $<" |