We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 452a2d2 commit b227babCopy full SHA for b227bab
1 file changed
codelab/Makefile
@@ -1,4 +1,3 @@
1
-CC=gcc
2
CFLAGS=-Wall -g -Werror -DSOLUTION
3
PROGS=sink forward swap fe
4
@@ -10,4 +9,4 @@ swap: swap.o
10
9
fe: fe.o
11
12
clean:
13
- -rm *.o $(PROGS)
+ -rm -f *.o $(PROGS)
0 commit comments