From 11cdf24db63af9a22786e81e69247f15cc196b0c Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 21 May 2021 21:08:43 +0200 Subject: Added paint demo --- apps/paint/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 apps/paint/Makefile (limited to 'apps/paint/Makefile') diff --git a/apps/paint/Makefile b/apps/paint/Makefile new file mode 100644 index 0000000..77abe79 --- /dev/null +++ b/apps/paint/Makefile @@ -0,0 +1,7 @@ +# MIT License, Copyright (c) 2021 Marvin Borner + +NAME = paint +OBJS = main.o +LIBS = -lgui -lc + +include ../generic.mk -- cgit v1.2.3