]> rtime.felk.cvut.cz Git - sojka/can-syscalls-examples.git/blobdiff - Makefile
Add clean target
[sojka/can-syscalls-examples.git] / Makefile
index 03908db7141006c4c4b7308763bd4552d1ba4f4a..52676c6479769646a9c6175e8cb17fce758a5920 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,3 +7,6 @@ all: $(BINS)
 
 %: %.c common.h
        $(CC) $(CFLAGS) -o $@ $<
+
+clean:
+       rm -rf $(BINS)