From c46903bacbefcb708f028b8869000b2f2e058171 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 9 Sep 2022 13:38:02 +0200 Subject: qt6 client makefile using chartview example --- makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 makefile (limited to 'makefile') diff --git a/makefile b/makefile new file mode 100644 index 0000000..0f478fd --- /dev/null +++ b/makefile @@ -0,0 +1,14 @@ +all: client stm32 + +clean: + make -C client clean + make -C stm32f091 clean + +client_makefile: + qmake client/client.pro -o client/makefile + +client: client_makefile + make -C client + +stm32: + make -C stm32f091 -- cgit v1.2.3