Make sure 'clean' in bin/Makefile removes .o files
This commit is contained in:
parent
05081df9c6
commit
89b0ed7dc7
1 changed files with 1 additions and 1 deletions
|
@ -23,4 +23,4 @@ $(OBJS): %.o: %.c
|
|||
$(CC) $(CFLAGS) -c $<
|
||||
|
||||
clean:
|
||||
$(RM) $(PROGRAMS)
|
||||
$(RM) $(PROGRAMS) $(OBJS)
|
||||
|
|
Loading…
Add table
Reference in a new issue