Sat, 01 Aug 2009 12:44:09 +0100
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