update makefile

Sat, 01 Aug 2009 12:44:09 +0100

author
Philip Pemberton <philpem@philpem.me.uk>
date
Sat, 01 Aug 2009 12:44:09 +0100
changeset 4
5edfbd3e7a46
parent 3
4aec27d9d4da
child 5
1204ebf9340d

update makefile

Makefile file | annotate | diff | revisions
     1.1 --- a/Makefile	Sat Aug 01 12:42:34 2009 +0100
     1.2 +++ b/Makefile	Sat Aug 01 12:44:09 2009 +0100
     1.3 @@ -103,7 +103,7 @@
     1.4  TARGET		=	ptouch
     1.5  
     1.6  # source files that produce object files
     1.7 -SRC			=	main.c hexdump.c
     1.8 +SRC			=	main.c hexdump.c ptouch.c pt_image.c
     1.9  
    1.10  # source type - either "c" or "cpp" (C or C++)
    1.11  SRC_TYPE	=	c