summaryrefslogtreecommitdiffstats
path: root/statgen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'statgen/Makefile')
-rw-r--r--statgen/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/statgen/Makefile b/statgen/Makefile
deleted file mode 100644
index 76251bd..0000000
--- a/statgen/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: generate ascii test upper debug
-generate: generate.c
- gcc -lm -o generate generate.c
-ascii: ascii.c
- gcc -o ascii ascii.c
-test: test.c charset_auto_russian.h russian_table.h
- gcc -o test test.c
-debug: debug.c charset_auto_russian.h russian_table.h
- gcc -o debug debug.c
-upper: upper.c \ No newline at end of file