]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/utils/Makefile
First integration step:
[lincan.git] / lincan / utils / Makefile
index 09ad3028a1d0de78ce7cb765662ab445b3290aa1..0fbdc44a06c55f5d807d81d6abde16a380839858 100644 (file)
@@ -9,7 +9,9 @@
 ########## The following options can be changed ##########
 
 # Compiler
+ifndef CC
 CC = gcc
+endif
 
 CFLAGS = -I../include -O2
 
@@ -36,5 +38,7 @@ send: send.o
 clean :
        rm -f rxtx sendburst readburst send can-proxy *.o .depend
 
+distclean : clean
+
 -include .depend