cpp : Fixed Docker image execution
This commit is contained in:
@@ -36,7 +36,9 @@ $(OBJ_DIR)/%.$(OBJ_EXT): $(SRC_DIR)/%.cu | $(OBJ_DIR) check-nvcc-works
|
||||
@echo Compiling $<
|
||||
@$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
$(EXEC): $(OBJ) | check-nvcc-works
|
||||
# FIXME When using the docker image, Make check prequisites even when the target already exists
|
||||
#$(EXEC): $(OBJ) | check-nvcc-works
|
||||
$(EXEC): $(OBJ)
|
||||
@echo Linking objects files to $@
|
||||
@$(CC) $(CFLAGS) $^ -o $@
|
||||
|
||||
|
Reference in New Issue
Block a user