/rusxmms/librcd

To get this branch, use:
bzr branch http://suren.me/webbzr/rusxmms/librcd

« back to all changes in this revision

Viewing changes to example/Makefile

  • Committer: Suren A. Chilingaryan
  • Date: 2005-06-16 23:19:27 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%librcd--main--0.1--base-0
initial import

(automatically generated log message)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
all: example
 
2
 
 
3
example: example.o
 
4
        gcc -o example -lrcd example.o
 
5
 
 
6
test: example
 
7
        cat input.txt | ./example
 
8
 
 
9
clean:
 
10
        rm -f example example.o
 
 
b'\\ No newline at end of file'