examples: Fix clean rule in stand alone Makefiles

Remove all the built files, including the exampleapp binary.
This commit is contained in:
Emmanuele Bassi
2014-12-06 13:30:24 +00:00
parent f718bc9bc9
commit c55c18c23e
10 changed files with 16 additions and 7 deletions

View File

@ -22,3 +22,4 @@ exampleapp: $(OBJS)
clean:
rm -f resources.c
rm -f $(OBJS)
rm -f exampleapp