diff options
author | B. Stack <bgstack15@gmail.com> | 2024-04-30 12:43:32 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-04-30 12:43:32 -0400 |
commit | e3e5c2546ebf2aa42c809cf9305f90cf395236a6 (patch) | |
tree | 0c57dc3283dc82683135f105802073cfd286dd7d /src/Makefile | |
parent | v0.0.4 fix want#1,#2 (diff) | |
download | stackrpms-acer-chromebook-e3e5c2546ebf2aa42c809cf9305f90cf395236a6.tar.gz stackrpms-acer-chromebook-e3e5c2546ebf2aa42c809cf9305f90cf395236a6.tar.bz2 stackrpms-acer-chromebook-e3e5c2546ebf2aa42c809cf9305f90cf395236a6.zip |
fork to acer-chromebook
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile index 503527f..598b137 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,8 +1,8 @@ -# File: Makefile for stackrpms-thinkpad-p50s -# Location: stackrpms-thinkpad-p50s source package +# File: Makefile for stackrpms-acer-chromebook +# Location: stackrpms-acer-chromebook source package # Author: bgstack15 # Startdate: 2022-11-04 -# Title: Makefile for stackrpms-thinkpad-p50s source package +# Title: Makefile for stackrpms-acer-chromebook source package # Purpose: To use traditional Unix make utility # History: # 2022-11-04 forked from bgscripts Makefile @@ -14,7 +14,7 @@ # Dependencies: # build-devuan: txt2man -APPNAME = stackrpms-thinkpad-p50s +APPNAME = stackrpms-acer-chromebook APPVERSION = 0.0.1 SRCDIR = $(CURDIR) prefix = /usr |