Makefile

changeset 7
c3d11cfe6398
parent 4
5edfbd3e7a46
child 9
ebce4a7615e9
     1.1 diff -r a274aba0a9d3 -r c3d11cfe6398 Makefile
     1.2 --- a/Makefile	Mon Aug 03 14:21:23 2009 +0100
     1.3 +++ b/Makefile	Mon Aug 03 16:13:27 2009 +0100
     1.4 @@ -103,7 +103,7 @@
     1.5  TARGET		=	ptouch
     1.6  
     1.7  # source files that produce object files
     1.8 -SRC			=	main.c hexdump.c ptouch.c pt_image.c
     1.9 +SRC			=	main.c hexdump.c ptouch.c
    1.10  
    1.11  # source type - either "c" or "cpp" (C or C++)
    1.12  SRC_TYPE	=	c