diff options
author | Marvin Borner | 2021-05-21 21:08:43 +0200 |
---|---|---|
committer | Marvin Borner | 2021-05-21 21:08:43 +0200 |
commit | 11cdf24db63af9a22786e81e69247f15cc196b0c (patch) | |
tree | 6d19898c114f68b656a5bf48948dfbea7147097a /apps/paint/Makefile | |
parent | 72869a4220ab321fd893e93fbec4532aa3892f8f (diff) |
Added paint demo
Diffstat (limited to 'apps/paint/Makefile')
-rw-r--r-- | apps/paint/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
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 |