src/Makefile

changeset 1615
5c211187dde9
parent 1612
db1f645d2378
equal deleted inserted replaced
1614:1e0e7f08ccd6 1615:5c211187dde9
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

mercurial