inotifyrun/Makefile
2020-10-12 11:11:47 +02:00

8 lines
189 B
Makefile

all:
gcc -rdynamic -O3 inotifyrun.c libcatch/libcatch.c -o inotifyrun
debug:
gcc -rdynamic -O0 -g inotifyrun.c libcatch/libcatch.c -o inotifyrun
install:
cp inotifyrun /usr/local/bin/