Skip to content

Commit a67be5d

Browse files
committed
Adding objdir to .PHONY
1 parent 574d3f8 commit a67be5d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: chapter_02/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ clean:
4141
rm -Rf $(OBJDIR)/*.o
4242
rm -Rf vec_add.out
4343

44-
.PHONY: all clean app run
44+
.PHONY: all clean app run objdir

Diff for: chapter_03/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ clean:
3939
rm -Rf blur.out
4040
rm -Rf color_to_grayscale.out
4141

42-
.PHONY: all clean app run
42+
.PHONY: all clean app run objdir

Diff for: chapter_04/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ clean:
4141
rm -Rf $(OBJDIR)/*.o
4242
rm -Rf matrix_mul.out
4343

44-
.PHONY: all clean app run
44+
.PHONY: all clean app run objdir

Diff for: chapter_05/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ clean:
4040
rm -Rf $(OBJDIR)/*.o
4141
rm -Rf sum_reduction.out
4242

43-
.PHONY: all clean app run
43+
.PHONY: all clean app run objdir

0 commit comments

Comments
 (0)