resize & signal handler

This commit is contained in:
Tristan Krause 2019-04-04 16:16:28 +02:00
parent 793f8a8370
commit 9f4aebef64
9 changed files with 117 additions and 30 deletions

View file

@ -34,7 +34,7 @@ help:
clean:
@echo "Cleaning..."
rm -f $(OBJECTS_DRV) $(OBJECTS_UI) $(OUT_CLI) $(OUT_MAIN)
rm -f $(OBJECTS_DRV) $(OBJECTS_UI) $(OBJ_CLI) $(OUT_CLI) $(OBJ_MAIN) $(OUT_MAIN)
.cpp.o:
$(COMPILE) -c $< -o $@