echo befehl funktioniert

This commit is contained in:
Tristan Krause 2019-03-26 11:35:20 +01:00
parent a68bb3aecc
commit c108303ba3
9 changed files with 98 additions and 3 deletions

View file

@ -12,7 +12,6 @@ CFLAGS = -std=c++14 -O3
LDFLAGS =
OBJECTS = main.o drv/b15f.o
COMPILE = $(COMPILER_PATH) $(CFLAGS)
B15F: $(OBJECTS)