aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a93c55c..9056961 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,9 @@
+# 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:
all: gtk3
bgstack15