Improved amalgamation.

pull/2/head
Christopher Wellons 2017-03-05 13:03:20 -05:00
parent 0224ea1944
commit c45ef91c95
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ curve25519-donna.o: curve25519-donna.c
sha256.o: sha256.c
enchive-cli.c: $(sources) $(headers)
cat $(headers) $(sources) | sed -r 's/^#include +".+//g' > $@
cat $(headers) $(sources) | sed -r 's@^(#include +".+)@/* \1 */@g' > $@
amalgamation: enchive-cli.c