diff options
| author | 2026-07-02 11:39:32 +0500 | |
|---|---|---|
| committer | 2026-07-02 11:39:32 +0500 | |
| commit | 7821c417c6bc8ebb105672d7e15102d19271b1ed (patch) | |
| tree | 4d414f01078197f38dc1a2825242060425e38c54 /Makefile | |
| parent | 88f314ec66347db07bd97e67a24f45913233dee3 (diff) | |
| download | xhorse-7821c417c6bc8ebb105672d7e15102d19271b1ed.tar.gz xhorse-7821c417c6bc8ebb105672d7e15102d19271b1ed.tar.bz2 xhorse-7821c417c6bc8ebb105672d7e15102d19271b1ed.zip | |
Blank window for 5 seconds
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..04b2567 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +build: xhorse.c + gcc -o xhorse.out xhorse.c -lxcb |
