aboutsummaryrefslogtreecommitdiff
path: root/apps/view/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/view/Makefile')
-rw-r--r--apps/view/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/view/Makefile b/apps/view/Makefile
new file mode 100644
index 0000000..c4c6860
--- /dev/null
+++ b/apps/view/Makefile
@@ -0,0 +1,7 @@
+# MIT License, Copyright (c) 2021 Marvin Borner
+
+NAME = view
+OBJS = main.o
+LIBS = -lgui -lc
+
+include ../generic.mk