Skip to content

Commit 6f2c0d7

Browse files
committed
Add a .PNONY target to the Makefile
1 parent 94acc7a commit 6f2c0d7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.PHONY: all build_static get_latest_db restore_db backup_dev_db create_postgres drop_postgres connect_to_postgres create_database drop_database dbshell push_to_amch build_wheels build_image push_image migrate
2+
13
CURRENT_VERSION = `cat CURRENT_VERSION`
24

35
all:

0 commit comments

Comments
 (0)