examples: Fix clean rule in stand alone Makefiles
Remove all the built files, including the exampleapp binary.
This commit is contained in:
@ -22,3 +22,4 @@ exampleapp: $(OBJS)
|
||||
clean:
|
||||
rm -f resources.c
|
||||
rm -f $(OBJS)
|
||||
rm -f exampleapp
|
||||
|
||||
Reference in New Issue
Block a user