mirror of
https://git.davidovski.xyz/anyscroll.git
synced 2024-08-15 00:43:38 +00:00
press, no release
This commit is contained in:
commit
fc9fa1e4a2
2 changed files with 78 additions and 0 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
PROG = anyscroll
|
||||
FLAGS = -lX11 -lXtst
|
||||
|
||||
|
||||
${PROG}: ${PROG}.o
|
||||
gcc ${PROG}.c -o ${PROG} ${FLAGS}
|
Loading…
Add table
Add a link
Reference in a new issue