initial commit
[bort-panel.git] / Makefile
CommitLineData
9883c3e4
IS
1SANITY=-Wno-unused-variable -Wno-unused-parameter
2
3all: seg.c
4 cc -Wall -Werror -Wextra -pedantic -std=c99 ${SANITY} seg.c -o seg