Skip to content
Snippets Groups Projects
Commit 548c36cc authored by Erik Strand's avatar Erik Strand
Browse files

Update clean commands

parent f7f15f1c
No related branches found
No related tags found
No related merge requests found
...@@ -31,4 +31,4 @@ hello_world_cpp: hello_world.cpp ...@@ -31,4 +31,4 @@ hello_world_cpp: hello_world.cpp
# anything. Otherwise Make would get confused about when it should run this rule. # anything. Otherwise Make would get confused about when it should run this rule.
.PHONY: clean .PHONY: clean
clean: clean:
rm hello_world_c hello_world_cpp rm -f hello_world_c hello_world_cpp
...@@ -19,4 +19,4 @@ functions: functions.c ...@@ -19,4 +19,4 @@ functions: functions.c
.PHONY: clean .PHONY: clean
clean: clean:
rm loops functions rm -f loops functions
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment