summaryrefslogtreecommitdiffstats
path: root/example/Makefile
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2005-06-26 17:51:43 +0000
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2005-06-26 17:51:43 +0000
commitc60519ab50b32dc282b385b3bbb2df319279f655 (patch)
tree001c2f9653029878da1eee01d19636221a5ad268 /example/Makefile
parent3aa2acb1aa6931d9a5cab87fe9bef94086e25d16 (diff)
downloadlibrcc-c60519ab50b32dc282b385b3bbb2df319279f655.tar.gz
librcc-c60519ab50b32dc282b385b3bbb2df319279f655.tar.bz2
librcc-c60519ab50b32dc282b385b3bbb2df319279f655.tar.xz
librcc-c60519ab50b32dc282b385b3bbb2df319279f655.zip
26.06.2005
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