| 77 cx/compare.h |
77 cx/compare.h |
| 78 @echo "Compiling $<" |
78 @echo "Compiling $<" |
| 79 $(CC) -o $@ $(CFLAGS) -c $< |
79 $(CC) -o $@ $(CFLAGS) -c $< |
| 80 |
80 |
| 81 $(build_dir)/buffer$(OBJ_EXT): buffer.c cx/buffer.h cx/common.h \ |
81 $(build_dir)/buffer$(OBJ_EXT): buffer.c cx/buffer.h cx/common.h \ |
| 82 cx/allocator.h |
82 cx/allocator.h cx/string.h |
| 83 @echo "Compiling $<" |
83 @echo "Compiling $<" |
| 84 $(CC) -o $@ $(CFLAGS) -c $< |
84 $(CC) -o $@ $(CFLAGS) -c $< |
| 85 |
85 |
| 86 $(build_dir)/compare$(OBJ_EXT): compare.c cx/compare.h cx/common.h |
86 $(build_dir)/compare$(OBJ_EXT): compare.c cx/compare.h cx/common.h |
| 87 @echo "Compiling $<" |
87 @echo "Compiling $<" |