diff options
author | davidovski <david@sendula.com> | 2021-04-13 00:01:43 +0100 |
---|---|---|
committer | davidovski <david@sendula.com> | 2021-04-13 00:01:43 +0100 |
commit | dc1db3a1f58b1bd7004153b2f04e85e719489209 (patch) | |
tree | a5b35e17ae97c2dee7fa4c83d4aeaea80ec5f53b /Makefile | |
parent | fc9fa1e4a2bf3ac0094eae7b40453631a9fae50e (diff) |
added second thread
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ PROG = anyscroll -FLAGS = -lX11 -lXtst +FLAGS = -lX11 -lXtst -lXi -lpthread + ${PROG}: ${PROG}.o |