../

Makefile

CC=gcc-15
CFLAGS=-std=c89 -Wall -Wextra -Werror -Wshadow -Wconversion

all:
	${CC} ${CFLAGS} -x c -c dbk_vcd_parser.h
.PHONY: all