Fix build error of DDV_Controller, gitignore it
This commit is contained in:
parent
7ff7795a32
commit
b441609817
2 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,7 @@ default: cversion $(OUT)
|
|||
.cpp.o:
|
||||
$(CC) $(INCLUDES) $(CCFLAGS) $(LIBS) -c $< -o $@
|
||||
$(OUT): $(OBJ)
|
||||
$(CC) $(LIBS) -o $(OUT) $(OBJ)
|
||||
$(CC) -o $(OUT) $(OBJ) $(LIBS)
|
||||
clean:
|
||||
rm -rf $(OBJ) $(OUT) Makefile.bak *~
|
||||
cversion:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue