mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +00:00
Update target for building trace .c files.
trace/Mmakefile:
s/cs/all_cs/ for consistency with elsewhere.
This commit is contained in:
@@ -299,8 +299,8 @@ lib$(EVENTSPEC_LIB_NAME).dylib: $(EVENTSPEC_PIC_OBJS)
|
||||
$(EVENTSPEC_LDLIBS) $(THREADLIBS) \
|
||||
$(SHARED_LIBS)
|
||||
|
||||
.PHONY: cs
|
||||
cs: $(SRCS)
|
||||
.PHONY: all_cs
|
||||
all_cs: $(SRCS)
|
||||
|
||||
tags: $(HAND_SRCS) $(HAND_HDRS)
|
||||
ctags $(HAND_SRCS) $(HAND_HDRS) $(RUNTIME_DIR)/*.c $(RUNTIME_DIR)/*.h
|
||||
|
||||
Reference in New Issue
Block a user