CC =gcc CFLAGS = -O3 -s -mtune=native -Wextra -Wall CLIBS = -lX11 hotkey: hotkey.c $(CC) hotkey.c -o hotkey $(CFLAGS) $(CLIBS) clean: rm hotkey