ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/cwcbm/Makefile
(Generate patch)

Comparing cwcbm/Makefile (file contents):
Revision 1.1 by cebix, 2004-01-07T15:37:45Z vs.
Revision 1.2 by cebix, 2004-01-07T16:53:58Z

# Line 4 | Line 4 | LDFLAGS=
4  
5   all: readcbm writecbm
6  
7 < readcbm: readcbm.o catweasel.o
7 > readcbm: readcbm.o catweasel.o common.o
8          $(CC) $(LDFLAGS) -o $@ $^
9  
10 < writecbm: writecbm.o catweasel.o
10 > writecbm: writecbm.o catweasel.o common.o
11          $(CC) $(LDFLAGS) -o $@ $^
12  
13   %.o: %.c

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines