Yeet unused stuff
This commit is contained in:
parent
022dffc9a4
commit
b5bb0bc2ca
2 changed files with 0 additions and 11 deletions
|
@ -1,6 +0,0 @@
|
|||
TARGET = main.elf
|
||||
SRCS = main.cc
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
include ../config.mk
|
|
@ -1,5 +0,0 @@
|
|||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
std::cout << "Hola" << std::endl;
|
||||
}
|
Loading…
Reference in a new issue