DropMapPixel changed to RenderFrame

This commit is contained in:
2025-12-11 19:49:23 +01:00
parent 3027b08300
commit d296e1b6f2
3 changed files with 13 additions and 20 deletions

View File

@@ -31,7 +31,7 @@ gnl:
@$(MAKE) -C $(GNL)
%.o: %.c
@$(CC) $(CFLAGS) -o $@ -c $< $(HEADERS) && printf "Compiling: $(notdir $<)"
@$(CC) $(CFLAGS) -o $@ -c $< $(HEADERS) && printf "Compiling: $(notdir $<)\n"
$(NAME): $(OBJS)
@$(CC) $(OBJS) $(LIBS) $(HEADERS) -o $(NAME)