tFix typo in Makefile - croptool - Image cropping tool
HTML git clone git://lumidify.org/croptool.git (fast, but not encrypted)
HTML git clone https://lumidify.org/git/croptool.git (encrypted, but very slow)
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 097331f3686afc203dd2577b09accf1dc209285f
DIR parent 0f3ea36ba539469e14b443c8c6d7fe4f943b852d
HTML Author: lumidify <nobody@lumidify.org>
Date: Fri, 3 Jun 2022 22:55:41 +0200
Fix typo in Makefile
Diffstat:
M LICENSE | 2 +-
M Makefile | 2 +-
M croptool.c | 2 +-
M croptool_crop.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
---
DIR diff --git a/LICENSE b/LICENSE
t@@ -1,4 +1,4 @@
-Copyright (c) 2022 lumidify <nobody@lumidify.org>
+Copyright (c) 2021-2022 lumidify <nobody@lumidify.org>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
DIR diff --git a/Makefile b/Makefile
t@@ -21,7 +21,7 @@ DB_LDFLAGS = `pkg-config --libs xext`
#DB_LDFLAGS =
CROP_CFLAGS = ${CFLAGS} ${DB_CFLAGS} -Wall -Wextra -D_POSIX_C_SOURCE=200809L `pkg-config --cflags x11` `imlib2-config --cflags`
-CROP_LDFLAGS = ${CFLAGS} ${DB_LDFLAGS} `pkg-config --libs x11` `imlib2-config --libs` -lm
+CROP_LDFLAGS = ${LDFLAGS} ${DB_LDFLAGS} `pkg-config --libs x11` `imlib2-config --libs` -lm
all: ${BIN}
DIR diff --git a/croptool.c b/croptool.c
t@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 lumidify <nobody@lumidify.org>
+ * Copyright (c) 2021-2022 lumidify <nobody@lumidify.org>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
DIR diff --git a/croptool_crop.c b/croptool_crop.c
t@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 lumidify <nobody@lumidify.org>
+ * Copyright (c) 2021-2022 lumidify <nobody@lumidify.org>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above