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

Commit e749bab

Browse files
authored
Merge pull request #4 from code-check/fix/compile-to
fix: fix extension of compile to non-reserved extension
2 parents 60375cd + d07b01a commit e749bab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
build:
2-
- c++ -std=c++11 -o theapp.o src/*.cpp
2+
- c++ -std=c++11 -o main src/*.cpp
33
files:
44
- .gitignore
55
- src/main.cpp
66
main: src/main.cpp
7-
command: ./theapp.o
7+
command: ./main

0 commit comments

Comments
 (0)