Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Makefile: Be verbose on clean
Browse files Browse the repository at this point in the history
Prints the names of files being deleted.
  • Loading branch information
Jan Sarenik committed Apr 21, 2016
1 parent 26a276c commit 2f768ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CFLAGS += -I. -Wall
all: eeprog

clean:
-rm -f eeprog eeprog-static eeprog.o 24cXX.o
-rm -fv eeprog eeprog-static eeprog.o 24cXX.o

eeprog: eeprog.o 24cXX.o

Expand Down

0 comments on commit 2f768ba

Please sign in to comment.