mirror of
https://gitlab.com/niansa/inotifyrun.git
synced 2025-03-06 20:48:32 +01:00
8 lines
189 B
Makefile
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/
|