summaryrefslogtreecommitdiffstats
path: root/example/Makefile
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2005-06-28 16:37:40 +0000
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2005-06-28 16:37:40 +0000
commite491cf8ad72d6752af8dac345d3bbc491e21a13a (patch)
treedb41b453a116c64cbac10f51aeec3c68d954cce6 /example/Makefile
parent70fbe7822024d0acc68df3607ff25bf8d7a71751 (diff)
downloadlibrcd-e491cf8ad72d6752af8dac345d3bbc491e21a13a.tar.gz
librcd-e491cf8ad72d6752af8dac345d3bbc491e21a13a.tar.bz2
librcd-e491cf8ad72d6752af8dac345d3bbc491e21a13a.tar.xz
librcd-e491cf8ad72d6752af8dac345d3bbc491e21a13a.zip
0.1.6
* Function name is changed to conform LibRCC naming conventions * AutoConf Improvements * Release Script * Other minor changes
Diffstat (limited to 'example/Makefile')
-rw-r--r--example/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/example/Makefile b/example/Makefile
deleted file mode 100644
index 2504505..0000000
--- a/example/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: example
-
-example: example.o
- gcc -o example -lrcd example.o
-
-test: example
- cat input.txt | ./example
-
-clean:
- rm -f example example.o \ No newline at end of file