Makefile

changeset 7
c3d11cfe6398
parent 4
5edfbd3e7a46
child 9
ebce4a7615e9
     1.1 --- a/Makefile	Mon Aug 03 14:21:23 2009 +0100
     1.2 +++ b/Makefile	Mon Aug 03 16:13:27 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 ptouch.c pt_image.c
     1.8 +SRC			=	main.c hexdump.c ptouch.c
     1.9  
    1.10  # source type - either "c" or "cpp" (C or C++)
    1.11  SRC_TYPE	=	c