Kennlinien funktionieren grob

This commit is contained in:
Tristan Krause 2019-03-28 11:11:19 +01:00
parent e857b9a32e
commit dd58ec7fed
10 changed files with 134 additions and 38 deletions

View file

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