Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 11, 2021. It is now read-only.

Commit c4bc117

Browse files
committed
Use * in build command
1 parent e07ddc3 commit c4bc117

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build:
2-
- c++ -o myapp.o src/app.cpp
2+
- c++ -o myapp.o src/*.cpp
33
files:
44
- .gitignore
55
- src/app.cpp

codecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build:
2-
- c++ -o myapp.o src/app.cpp
2+
- c++ -o myapp.o src/*.cpp
33
env:
44
APP_COMMAND: ./myapp.o
55
test: mocha

0 commit comments

Comments
 (0)