Skip to content

Commit

Permalink
Makefile has list of .PHONY targets.
Browse files Browse the repository at this point in the history
This means that if you have a file or folder with the same name as one of these,
the target is run even if the file/folder is up to date.
  • Loading branch information
rwest committed Jun 8, 2011
1 parent 789a1ad commit fef7b23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
################################################################################

.PHONY : all minimal main measure solver clean

all: main measure solver

minimal: measure solver
Expand Down

0 comments on commit fef7b23

Please sign in to comment.