oot_bitset 0.1.1

A no‑frills, zero‑overhead bit flag system
Documentation
1
2
3
4
5
6
7
8
9
10

CFLAGS = -Werror -Wextra -std=c99

example: example.c oot_bitset.h
	$(CC) $(CFLAGS) $^ -o $@

clean:
	rm -f example

.PHONY: clean