diff options
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. # .PHONY: all client pixel-client test-client server clean data book -all: data server client pixel-client test-client book +all: data server client test-client book data: make -C data all |