-CFLAGS=-Wall -W -Wextra -Werror -std=c99 -Ilib -Isqlite -Ielf -I. -Ilzma/api
+CFLAGS=-Wall -W -Wextra -Werror -Wno-implicit-fallthrough -std=c99 -Ilib -Isqlite -Ielf -I. -Ilzma/api
ZPMVER:=$(shell git tag --list 'v[0-9]*' | sed -e 's/^v//' | sort -nr | head -1)
ifeq ($(strip $(ZPMVER)),)
ZPM:= ./zpm -P scripts:bin:.
-zpm-0.1-1.zpm: programs scripts
+zpm-0.1-1.zpm: programs
rm -f $@
./zpm -P scripts:bin:. newpackage -f $@ -v 0.1 zpm
./zpm -P scripts:bin:. addtopackage -f $@ -P /usr/libexec/zpm -v 0.1 zpm $(PROGRAMS)
tarball: zpm-0.1-1.tar.xz
-zpm-0.1-1.tar.xz: programs scripts
+zpm-0.1-1.tar.xz: programs
rm -f $@
tar -cJf $@ --transform='s|^|usr/libexec/zpm/|' \
--transform='s|^usr/libexec/zpm/zpm$$|usr/bin/zpm|' \