mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2026-02-10 04:06:33 +01:00
At the moment, packaging multiple layout is a bit of a mess, because there is no easy way to build multiple layouts binary in a row. The clean task also drop the binary outpus. And the dependency checking is somehow incorrect. It reuses the same config.h while building the following layout. To solve this, we now build config.h and %.o outputs in a builddir, one per layout. Signed-off-by: Willow Barraco <contact@willowbarraco.fr> Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
11 lines
90 B
Plaintext
11 lines
90 B
Plaintext
*~
|
|
*\#*
|
|
*.o
|
|
*-client-protocol.h
|
|
include/config.h
|
|
.gdb_history
|
|
*.log
|
|
*.1
|
|
build-*/*
|
|
wvkbd-*
|