mirror of
https://github.com/arp242/find-cursor
synced 2024-10-30 09:20:51 +00:00
e3bb8d2d11
Fixes #2.
6 lines
121 B
Makefile
6 lines
121 B
Makefile
all:
|
|
cc find-cursor.c -o find-cursor -lX11 -lXext -lXfixes
|
|
|
|
install:
|
|
install --strip -o root -g root find-cursor /bin/
|