correction of core dump

This commit is contained in:
hugogogo
2022-06-17 01:00:53 +02:00
parent e3151bce4e
commit da4ebc13fd
6 changed files with 1177 additions and 548 deletions

View File

@@ -92,6 +92,10 @@ stl: CFLAGS += -D STL
stl: re
ft: re
leakstl: CFLAGS += -D STL
leakstl: fclean leaks
leakft: fclean leaks
$(D_OBJS)/%.o: %.$(EXT) | $(D_OBJS)
@echo $(CYAN)"compilation " $@ $(RESET)
@$(CC) $(CFLAGS) -c $< -o $@