Makefile.am: Add built-sources target.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 12 Oct 2020 01:51:07 +0000 (18:51 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 12 Oct 2020 02:18:26 +0000 (19:18 -0700)
commita22d8a1df1395841b1eeb83bdb81675f45e157ef
tree44a4b55f6246c4890ba98535b7b5dd695efe960b
parent8ec823cac8dd9eee5d0ad6cee9d001b9fdb673ba
Makefile.am: Add built-sources target.

This makes it easier to test targets that need the built sources built
first, e.g. "make clean && make built-sources && make src/ui/terminal/pspp"
Makefile.am