summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRod Smith <rodsmith@rodsbooks.com>2022-04-14 20:01:30 -0400
committerRod Smith <rodsmith@rodsbooks.com>2022-04-14 20:01:30 -0400
commit1d46f3723bc25f5598266f7d9a3548af3cee0c77 (patch)
tree8580fafdba4f978b518a0832a1f08413e0037a33 /Makefile
parent075f3fe2a0e63dc8b705b0d1dc30f70636dd2e39 (diff)
downloadsgdisk-1d46f3723bc25f5598266f7d9a3548af3cee0c77.tar.gz
GPT fdisk version 1.0.9
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f7943d2..af9701c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
# Makefile for GPT fdisk
+# Copyright (c) 2022 by Rod Smith
# This program is licensed under the terms of the GNU GPL, version 2,
# or (at your option) any later version.
# You should have received a copy of the GNU General Public License
@@ -63,8 +64,8 @@ endif
$(info Build target is $(TARGET))
# Default/Linux settings....
-#CXXFLAGS+=-O2 -Wall -D_FILE_OFFSET_BITS=64 -D USE_UTF16
STRIP?=strip
+#CXXFLAGS+=-O2 -Wall -D_FILE_OFFSET_BITS=64 -D USE_UTF16
CXXFLAGS+=-O2 -Wall -D_FILE_OFFSET_BITS=64
LDFLAGS+=
LDLIBS+=-luuid #-licuio -licuuc