| 68 @echo "Compiling $<" |
68 @echo "Compiling $<" |
| 69 $(CC) -o $@ $(CFLAGS) -I../src -c $< |
69 $(CC) -o $@ $(CFLAGS) -I../src -c $< |
| 70 |
70 |
| 71 $(TEST_DIR)/test_hash_key$(OBJ_EXT): test_hash_key.c ../src/cx/test.h \ |
71 $(TEST_DIR)/test_hash_key$(OBJ_EXT): test_hash_key.c ../src/cx/test.h \ |
| 72 ../src/cx/common.h ../src/cx/hash_key.h ../src/cx/string.h \ |
72 ../src/cx/common.h ../src/cx/hash_key.h ../src/cx/string.h \ |
| 73 ../src/cx/allocator.h |
73 ../src/cx/allocator.h ../src/cx/string.h |
| 74 @echo "Compiling $<" |
74 @echo "Compiling $<" |
| 75 $(CC) -o $@ $(CFLAGS) -I../src -c $< |
75 $(CC) -o $@ $(CFLAGS) -I../src -c $< |
| 76 |
76 |
| 77 $(TEST_DIR)/test_hash_map$(OBJ_EXT): test_hash_map.c ../src/cx/test.h \ |
77 $(TEST_DIR)/test_hash_map$(OBJ_EXT): test_hash_map.c ../src/cx/test.h \ |
| 78 ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \ |
78 ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \ |