diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -13,8 +13,8 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. # -.PHONY: all client pixel-client test-client server clean data -all: data server client pixel-client test-client +.PHONY: all client pixel-client test-client server clean data book +all: data server client pixel-client test-client book data: make -C data all @@ -26,6 +26,8 @@ pixel-client: make -C pixel-client all test-client: make -C test-client all +book: + make -C book all clean: make -C data clean |