mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2026-01-29 06:29:24 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9fb1964f5d | ||
|
|
5b29d8c1a7 |
6
Makefile
6
Makefile
@@ -31,14 +31,12 @@ DOCS = wvkbd.1
|
||||
|
||||
all: ${BIN} ${DOCS}
|
||||
|
||||
$(BUILDDIR):
|
||||
$(BUILDDIR)/config.h:
|
||||
mkdir -p $(BUILDDIR)
|
||||
|
||||
$(BUILDDIR)/config.h: $(BUILDDIR)
|
||||
cp config.$(LAYOUT).h $@
|
||||
|
||||
$(BUILDDIR)/%.o: $(BUILDDIR)
|
||||
$(BUILDDIR)/%.o: %.c
|
||||
mkdir -p $(BUILDDIR)
|
||||
$(CC) -I $(CURDIR) -I $(CURDIR)/$(BUILDDIR) -c $(CFLAGS) -o $@ $<
|
||||
|
||||
proto/%-client-protocol.c: proto/%.xml
|
||||
|
||||
Reference in New Issue
Block a user