Skip to content

Commit fef7b23

Browse files
committed
Makefile has list of .PHONY targets.
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.
1 parent 789a1ad commit fef7b23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#
55
################################################################################
66

7+
.PHONY : all minimal main measure solver clean
8+
79
all: main measure solver
810

911
minimal: measure solver

0 commit comments

Comments
 (0)