| 160 $(build_dir)/szmul$(OBJ_EXT): szmul.c cx/common.h |
160 $(build_dir)/szmul$(OBJ_EXT): szmul.c cx/common.h |
| 161 @echo "Compiling $<" |
161 @echo "Compiling $<" |
| 162 $(CC) -o $@ $(CFLAGS) -c $< |
162 $(CC) -o $@ $(CFLAGS) -c $< |
| 163 |
163 |
| 164 $(build_dir)/tree$(OBJ_EXT): tree.c cx/tree.h cx/common.h cx/collection.h \ |
164 $(build_dir)/tree$(OBJ_EXT): tree.c cx/tree.h cx/common.h cx/collection.h \ |
| 165 cx/allocator.h cx/iterator.h cx/compare.h cx/array_list.h cx/list.h |
165 cx/allocator.h cx/iterator.h cx/compare.h |
| 166 @echo "Compiling $<" |
166 @echo "Compiling $<" |
| 167 $(CC) -o $@ $(CFLAGS) -c $< |
167 $(CC) -o $@ $(CFLAGS) -c $< |
| 168 |
168 |