mirror of
https://github.com/zdharma-continuum/zconvey.git
synced 2026-09-10 07:06:21 -04:00
8 lines
98 B
Makefile
8 lines
98 B
Makefile
all: flock
|
|
|
|
flock: flock.c c.h nls.h timer.h
|
|
gcc -Wall flock.c -o flock
|
|
|
|
clean:
|
|
rm -f *.o flock
|