From 6c49f0bd549c3b6db2b047e5e7e19f0d26cff9f4 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 22 Aug 2019 19:46:13 -0400 Subject: Add example --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8990dd0..488245d 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CFLAGS += -std=c99 -Wall -Wextra -Wpedantic include config.mk -BINS = dump +BINS = dump example all: ${BINS} @@ -11,7 +11,7 @@ ${BINS}: cards.o .o: ${CC} ${LDFLAGS} $< cards.o ${LDLIBS} -o $@ -cards.o dump.o: cards.h +cards.o dump.o example.o: cards.h clean: rm -f ${BINS} *.o *.bmp -- cgit 1.4.1