summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-10-25 20:35:36 -0400
committerJune McEnroe <june@causal.agency>2019-10-25 20:35:36 -0400
commit616a243635c6185e95b5e26417243be8382c1523 (patch)
tree8f61d9b1f2a50207cede3cec00f8327bf61ae5f6 /Makefile
parentAdd copy of AGPLv3 (diff)
downloadpounce-616a243635c6185e95b5e26417243be8382c1523.tar.gz
pounce-616a243635c6185e95b5e26417243be8382c1523.zip
Rename project pounce
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4ebdd0c..c21a1a6 100644
--- a/Makefile
+++ b/Makefile
@@ -14,9 +14,9 @@ OBJS += ring.o
 OBJS += server.o
 OBJS += state.o
 
-all: tags linger
+all: tags pounce
 
-linger: ${OBJS}
+pounce: ${OBJS}
 	${CC} ${LDFLAGS} ${OBJS} ${LDLIBS} -o $@
 
 ${OBJS}: bounce.h
@@ -25,4 +25,4 @@ tags: *.c *.h
 	ctags -w *.c *.h
 
 clean:
-	rm -f tags linger ${OBJS}
+	rm -f tags pounce ${OBJS}
href='/src/commit/bin/shotty.c?id=5730b2edac38861c9aa0f768a692864417500958&follow=1'>Use char literals consistentlyJune McEnroe24-07-07Add photos from June 25-30June McEnroe 2024-06-30Add photos from June 22 (and the few days after that)June McEnroe 2024-06-30Accommodate lower-case .jpg filesJune McEnroe 2024-06-23Add another BACKXWASH showJune McEnroe It was good! 2024-06-16Update bioJune McEnroe 2024-06-15Add photo descriptions from June 12June McEnroe 2024-06-10Add first roll of film from June 8June McEnroe 2024-06-10Cope with not having an EXIF infoJune McEnroe 2024-06-10Resize using target pixel counts for consistencyJune McEnroe This will resize film scans to about the same size as for the digital photos. 2024-06-10Add The Girl Who Was Convinced...June McEnroe Not much there. The illustrations are very nice though. 2024-06-09Add photos from May 31June McEnroe 2024-06-09Use monospace on photo pagesJune McEnroe 2024-06-09Put lens and (future) film at the tops of photo pagesJune McEnroe 2024-05-22Remove use of sysexits.hJune McEnroe 2024-05-22Add photo descriptions from 05-03 and 05-06June McEnroe 2024-05-21Fix = precedence in whenJune McEnroe