diff options
| author | 2020-12-13 15:47:01 +0100 | |
|---|---|---|
| committer | 2020-12-13 15:47:52 +0100 | |
| commit | 03e7d54ee8ad74264bbaeaf529a4692dbd75de5c (patch) | |
| tree | 0938ebc7ddb9000e96063765d45365bdd285bddc /makefile | |
| parent | 07fa90c30be52aefbc865865de2eab76c2a65887 (diff) | |
| parent | d5db3a0e927f80b71f1b04939cc01884c5ce806c (diff) | |
| download | xkbcat-03e7d54ee8ad74264bbaeaf529a4692dbd75de5c.tar.gz xkbcat-03e7d54ee8ad74264bbaeaf529a4692dbd75de5c.zip | |
Merge branch 'travis-update' (Focal + gcc fix)
Fixes #4.
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ xkbcat: xkbcat.c - $(CC) -O3 --std=c99 -pedantic -Wall -lX11 -lXi -o xkbcat xkbcat.c + $(CC) -O3 --std=c99 -pedantic -Wall xkbcat.c -o xkbcat -lX11 -lXi clean: rm --force xkbcat |
