summaryrefslogtreecommitdiffstats
path: root/src/usr/example/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/example/makefile')
-rw-r--r--src/usr/example/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/example/makefile b/src/usr/example/makefile
index 608aacc87..73642a088 100644
--- a/src/usr/example/makefile
+++ b/src/usr/example/makefile
@@ -11,6 +11,6 @@ LIBRARIES = $(addprefix ${IMGDIR}/, ${LIBS})
all: ${OBJECTS} ${LIBRARIES}
clean:
- (rm -f ${OBJECTS} ${LIBRARIES} )
+ (rm -f ${OBJECTS} $(addsuffix .hash, ${OBJECTS}) ${LIBRARIES} )
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud