Skip to content

Commit

Permalink
introduce .PHONY into makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kerphi committed Jan 9, 2013
1 parent 5e4ebd1 commit c780a27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -137,3 +137,5 @@ bench: dummy
@rm -rf server/data/*
@node tools/run-bench.js
@mv -f $(path)/server/config.local.php.tmp $(path)/server/config.local.php

.PHONY: test test-server

0 comments on commit c780a27

Please sign in to comment.