Improved DDV_Controller makefile, fixed a bug. (Hoi Niels!)
This commit is contained in:
parent
cd9ed87802
commit
32880330fd
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ LIBS = -lssl -lcrypto
|
|||
.PHONY: clean default
|
||||
default: cversion $(OUT)
|
||||
.cpp.o:
|
||||
$(CC) $(INCLUDES) $(CCFLAGS) $(LIBS) -c $< -o $@
|
||||
$(CC) $(INCLUDES) $(CCFLAGS) -c $< -o $@
|
||||
$(OUT): $(OBJ)
|
||||
$(CC) -o $(OUT) $(OBJ) $(LIBS)
|
||||
clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue