summary refs log tree commit diff
path: root/cards/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-01-19 20:51:03 -0500
committerJune McEnroe <june@causal.agency>2022-01-19 20:51:03 -0500
commit74276efb806fb548dc2dff23b3c6526160172b04 (patch)
tree160bcae5d9825eaec751c0fb920b220710598120 /cards/Makefile
parentReplace build system with cmake (diff)
parentReplace build system with cmake (diff)
downloadwep-74276efb806fb548dc2dff23b3c6526160172b04.tar.gz
wep-74276efb806fb548dc2dff23b3c6526160172b04.zip
Merge commit '344497630ac9ef2d46287cd574472ce369694076'
Diffstat (limited to '')
-rw-r--r--cards/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/cards/Makefile b/cards/Makefile
deleted file mode 100644
index 488245d..0000000
--- a/cards/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-CFLAGS += -std=c99 -Wall -Wextra -Wpedantic
-
-include config.mk
-
-BINS = dump example
-
-all: ${BINS}
-
-${BINS}: cards.o
-
-.o:
-	${CC} ${LDFLAGS} $< cards.o ${LDLIBS} -o $@
-
-cards.o dump.o example.o: cards.h
-
-clean:
-	rm -f ${BINS} *.o *.bmp