automatically create the 'bin' object dir
This commit is contained in:
parent
65fe361639
commit
001ebff6a0
1 changed files with 2 additions and 0 deletions
|
|
@ -54,6 +54,8 @@ JETSON_epd:${OBJ_O}
|
|||
echo $(@)
|
||||
$(CC) $(CFLAGS) $(OBJ_O) $(JETSON_DEV_C) -o $(TARGET) $(LIB_JETSONI) $(DEBUG)
|
||||
|
||||
$(shell mkdir -p $(DIR_BIN))
|
||||
|
||||
${DIR_BIN}/%.o:$(DIR_Examples)/%.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@ -I $(DIR_Config) -I $(DIR_GUI) -I $(DIR_EPD) $(DEBUG)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue