src/Makefile

changeset 1000
1aecddf7e209
parent 988
15b3ca7ee33f
child 1007
81b2986d2b04
--- a/src/Makefile	Thu Dec 05 01:51:47 2024 +0100
+++ b/src/Makefile	Thu Dec 05 01:54:12 2024 +0100
@@ -99,8 +99,8 @@
 	@echo "Compiling $<"
 	$(CC) -o $@ $(CFLAGS)  -c $<
 
-$(build_dir)/json$(OBJ_EXT): json.c cx/json.h cx/common.h cx/string.h \
- cx/allocator.h cx/array_list.h cx/list.h cx/collection.h cx/iterator.h \
+$(build_dir)/json$(OBJ_EXT): json.c cx/json.h cx/common.h cx/allocator.h \
+ cx/string.h cx/array_list.h cx/list.h cx/collection.h cx/iterator.h \
  cx/compare.h
 	@echo "Compiling $<"
 	$(CC) -o $@ $(CFLAGS)  -c $<

mercurial