press, no release

This commit is contained in:
davidovski 2021-04-12 22:16:16 +01:00
commit fc9fa1e4a2
2 changed files with 78 additions and 0 deletions

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
PROG = anyscroll
FLAGS = -lX11 -lXtst
${PROG}: ${PROG}.o
gcc ${PROG}.c -o ${PROG} ${FLAGS}