croptool

Image cropping tool
git clone git://lumidify.org/croptool.git (fast, but not encrypted)
git clone https://lumidify.org/git/croptool.git (encrypted, but very slow)
Log | Files | Refs | README | LICENSE

commit 097331f3686afc203dd2577b09accf1dc209285f
parent 0f3ea36ba539469e14b443c8c6d7fe4f943b852d
Author: lumidify <nobody@lumidify.org>
Date:   Fri,  3 Jun 2022 22:55:41 +0200

Fix typo in Makefile

Diffstat:
MLICENSE | 2+-
MMakefile | 2+-
Mcroptool.c | 2+-
Mcroptool_crop.c | 2+-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -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 diff --git a/Makefile b/Makefile @@ -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} diff --git a/croptool.c b/croptool.c @@ -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 diff --git a/croptool_crop.c b/croptool_crop.c @@ -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