Template fix
This commit is contained in:
parent
e1d1138653
commit
0a18980aa3
2 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,5 @@
|
||||||
TARGET = main.elf
|
# Only define if needed:
|
||||||
SRCS = main.cc
|
# TARGET = main.elf
|
||||||
|
# SRCS = main.cc
|
||||||
all: $(TARGET)
|
|
||||||
|
|
||||||
include ../config.mk
|
include ../config.mk
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
std::cout << "Hola" << std::endl;
|
std::cout << "Template" << std::endl;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue