Skip to content

Commit

Permalink
Fix: Attempt to remove non existing binary in clean target
Browse files Browse the repository at this point in the history
 made build.sh break.
  • Loading branch information
peteroruba committed Dec 17, 2015
1 parent e1bb7bf commit 36c9982
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/examples/compositors/simple-compositor/Makefile
Expand Up @@ -11,4 +11,5 @@ compositor: main.cpp
${CC} main.cpp ${CFLAGS} ${INCLUDES} ${LIBS} -o simple-compositor

clean:
rm simple-compositor
rm -f simple-compositor

0 comments on commit 36c9982

Please sign in to comment.