all: flock

flock: flock.c c.h nls.h timer.h
	gcc -Wall flock.c -o flock

clean:
	rm -f *.o flock
