Allow configuring CC

pull/6/head
Martin Tournoij 7 years ago
parent 71e60d504e
commit 24962c4200
No known key found for this signature in database
GPG Key ID: A6258419189EE585

@ -1,5 +1,7 @@
CC?=cc
all:
cc find-cursor.c -o find-cursor -lX11 -lXext -lXfixes
${CC} -o find-cursor find-cursor.c -lX11 -lXext -lXfixes
install:
install --strip -o root -g root find-cursor /bin/

Loading…
Cancel
Save