From: Michal Sojka Date: Wed, 29 Oct 2014 14:06:46 +0000 (+0100) Subject: Add clean target X-Git-Url: https://rtime.felk.cvut.cz/gitweb/sojka/can-syscalls-examples.git/commitdiff_plain/dc8963c7ad759116eab0bca6657366d01bb67ff1 Add clean target --- diff --git a/Makefile b/Makefile index 03908db..52676c6 100644 --- a/Makefile +++ b/Makefile @@ -7,3 +7,6 @@ all: $(BINS) %: %.c common.h $(CC) $(CFLAGS) -o $@ $< + +clean: + rm -rf $(BINS)