aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a93c55c..f8a310f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,10 @@
+# File: Makefile
+# Location: https://gitlab.com/bgstack15/gtk3-classic-build
+# Author: bgstack15
# Startdate: 2021-08-04 09:51
+# Title: Makefile for gtk3-classic-build debuild task
+# Improve:
+# add rpm option?
all: gtk3
bgstack15