Makefile

changeset 4
5edfbd3e7a46
parent 0
0eef8cf74b80
child 7
c3d11cfe6398
     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