#!/bin/bash
make -s wcheck
for FILE in ../src/*.c; do ./wcheck $FILE; done
