Define `export` rule for `CApp` shared makefile
Ben Avison authored
With GNU `make` unlike with `amu`, it is considered an error to make a target
for which no rule is defined. Therefore we need an explicit no-op `export`
rule in the cross-compiling `CApp` makefile.
7118b699