add a variant of the base64 example with coarse-grained semantic actions
This commit is contained in:
parent
ad3c2032dc
commit
32dfae0af3
2 changed files with 211 additions and 2 deletions
|
|
@ -4,7 +4,9 @@ OUTPUTS := dns.o \
|
|||
base64.o \
|
||||
base64 \
|
||||
base64_sem1.o \
|
||||
base64_sem1
|
||||
base64_sem1 \
|
||||
base64_sem2.o \
|
||||
base64_sem2
|
||||
|
||||
TOPLEVEL := ../
|
||||
|
||||
|
|
@ -14,7 +16,7 @@ LDFLAGS += $(pkg-config --libs glib-2.0)
|
|||
|
||||
|
||||
|
||||
all: dns base64 base64_sem1
|
||||
all: dns base64 base64_sem1 base64_sem2
|
||||
|
||||
dns: LDFLAGS:=-L../src -lhammer $(LDFLAGS)
|
||||
dns: dns.o rr.o dns_common.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue