summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-03-20 00:57:32 -0400
committerJune McEnroe <june@causal.agency>2019-03-20 00:57:32 -0400
commitb6628cddfaaccc4bae4de077f8e8e80a0af86d02 (patch)
treea4fdf3cc479f4fe978773ae67d1017e27c78cdfe /Makefile
parentAdd WIP sol.c (diff)
downloadwep-b6628cddfaaccc4bae4de077f8e8e80a0af86d02.tar.gz
wep-b6628cddfaaccc4bae4de077f8e8e80a0af86d02.zip
Remove demo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 59dea6a..8751958 100644
--- a/Makefile
+++ b/Makefile
@@ -7,17 +7,11 @@ LDLIBS = -lSDL2
 
 -include config.mk
 
-BINS = demo dump sol
-OBJS = cards.o demo.o dump.o sol.o
+BINS = dump sol
+OBJS = cards.o dump.o sol.o
 
 all: $(BINS)
 
-demo: cards.o demo.o
-	$(CC) $(LDFLAGS) cards.o demo.o $(LDLIBS) -o demo
-
-dump: cards.o dump.o
-	$(CC) $(LDFLAGS) cards.o dump.o $(LDLIBS) -o dump
-
 sol: cards.o sol.o
 	$(CC) $(LDFLAGS) cards.o sol.o $(LDLIBS) -o sol
 
n>Add photos from September 15June McEnroe 2024-09-24Add photos from September 14June McEnroe 2024-09-24Add photos from September 12June McEnroe 2024-09-24Add photos from September 7June McEnroe 2024-09-24Allow not having descriptionsJune McEnroe 2024-09-23Automatically select the last used lens for a bodyJune McEnroe 2024-09-19Add photos from September 5June McEnroe 2024-09-15Add some more film stocks to the listJune McEnroe 2024-09-13Add photos from September 2June McEnroe 2024-09-13Add Fomapan 200 to films listJune McEnroe 2024-09-10Add August 29 picnic photosJune McEnroe 2024-09-08Apply some bold to trips renderingJune McEnroe 2024-09-08Render trips hopefully more efficientlyJune McEnroe 2024-09-08Allow removing bodies and lensesJune McEnroe 2024-09-08Limit body width so it looks less silly on desktopJune McEnroe 2024-09-07Handle no film being loadedJune McEnroe 2024-09-07Fancy up the text a littleJune McEnroe