From 11e30b72df739808804b684b03c37f31672e53ef Mon Sep 17 00:00:00 2001 From: Matthew McPherrin Date: Fri, 12 Aug 2011 15:57:16 -0400 Subject: [PATCH] Add QR code to makefile --- logos/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logos/Makefile b/logos/Makefile index 107ce40..f5b1096 100644 --- a/logos/Makefile +++ b/logos/Makefile @@ -1,3 +1,3 @@ -FILES = csc_logo.png csc_only.png csc_title.png uw_logo.png +FILES = csc_logo.png csc_only.png csc_title.png uw_logo.png csc_qr_logo.png RELDIR = logos/ include ../common.mk