Jede Menge Kommentare

This commit is contained in:
Tristan Krause 2019-03-29 14:54:38 +01:00
parent 01f1fa844f
commit bd80e3dbf7
7 changed files with 169 additions and 58 deletions

View file

@ -14,7 +14,7 @@ OBJECTS = main.o drv/usart.o drv/b15f.o drv/plottyfile.o drv/dot.o
COMPILE = $(COMPILER_PATH) $(CFLAGS)
B15F: clean $(OBJECTS)
B15F: $(OBJECTS)
@echo "Linking..."
$(COMPILE) $(OBJECTS) -o $(OUTPUT) $(LDFLAGS)