Further improve XLib code and include go code capable of calling it
This commit is contained in:
5
xdg/xinput_devnodes/Makefile
Normal file
5
xdg/xinput_devnodes/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
main: main.c
|
||||
$(CC) -O2 --std=gnu99 -pedantic -Wall main.c xslaves.c devnodes.c -o devnodes -lX11 -lXi
|
||||
clean:
|
||||
rm -f devnodes
|
||||
|
Reference in New Issue
Block a user