aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-09-03 14:21:24 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-09-03 14:21:24 +0000
commit01faa303ea3a704da1ee29960d00ef54b51dea21 (patch)
tree4fca428bf47dd6efb679c773a057287b17dcd9c7
parentbc518485872a95ccbbe9b39869c5f2c947371fdf (diff)
downloadalck-01faa303ea3a704da1ee29960d00ef54b51dea21.tar.gz
alck-01faa303ea3a704da1ee29960d00ef54b51dea21.tar.bz2
Removed
git-svn-id: file:///svnroot/gsc/trunk@109 d2de0444-eb31-0410-8365-af798a554d48
-rw-r--r--Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 06c97fb..0000000
--- a/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-CFLAGS=-ggdb
-ckaliases: lex.yy.o y.tab.o ckaliases.o
- cc -ggdb -o $@ $^
-
-y.tab.c y.tab.h: gram.y
- yacc -vtd gram.y
-
-lex.yy.c: lex.l
- lex -d lex.l
-
-lex.yy.o: lex.yy.c y.tab.h
-
-clean:; rm -rf *.o ckaliases \ No newline at end of file

Return to:

Send suggestions and report system problems to the System administrator.