# very simple Makefile

all:
	gcc -o qcheck qcheck.c
