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

Commit 5c3d206

Browse files
committed
fix: fix extension of compile to non-reserved extension
1 parent 60375cd commit 5c3d206

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.out src/*.cpp
33
files:
44
- .gitignore
55
- src/main.cpp
66
main: src/main.cpp
7-
command: ./theapp.o
7+
command: ./main.out

0 commit comments

Comments
 (0)