aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-01-26 23:09:00 -0500
committerB. Stack <bgstack15@gmail.com>2022-01-26 23:09:00 -0500
commit339d1e32dc59c0cb5b3b32bef8b7e90f75f69908 (patch)
tree5fcf479b18d550e7520090c7d024b7f823abc440 /Makefile
parentinitial commit (diff)
downloadgtk3-classic-build-339d1e32dc59c0cb5b3b32bef8b7e90f75f69908.tar.gz
gtk3-classic-build-339d1e32dc59c0cb5b3b32bef8b7e90f75f69908.tar.bz2
gtk3-classic-build-339d1e32dc59c0cb5b3b32bef8b7e90f75f69908.zip
version 3.24.31build-3.24.31
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