src-filters: Add missing includes, reduce warnings
[h316.git] / pc-tools / src-filters / Makefile
1 PROGS=paron paroff load turn zstrip tab
2
3 default: $(PROGS)
4 CFLAGS=-Wall
5
6 clean:
7 @rm -f $(PROGS)
8
9 .PHONY: default clean
10