diff --git a/mysql/Makefile b/mysql/Makefile index 1f168070972..2d12710aa53 100644 --- a/mysql/Makefile +++ b/mysql/Makefile @@ -43,6 +43,8 @@ data: dev: $(MYSQL) $(BASE) < data/data_dev.sql +fulldev: droptable table load dev + droptable: cd tables \ && make drop