summaryrefslogtreecommitdiffstats
path: root/reset/Makefile
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-05-09 12:02:24 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-05-09 12:02:24 (GMT)
commitc5b10564f908b791be3830ae5338c8e66c11fa67 (patch)
treee8938a40cac280db4a19b30a53a5bffaec69ea3b /reset/Makefile
parent0b6c47f5b2f17fd35f8624c3c0eedd9d6af040bc (diff)
download2iv55-c5b10564f908b791be3830ae5338c8e66c11fa67.zip
2iv55-c5b10564f908b791be3830ae5338c8e66c11fa67.tar.gz
2iv55-c5b10564f908b791be3830ae5338c8e66c11fa67.tar.bz2
deleted reset app as it is obsoleted by db_demo
Diffstat (limited to 'reset/Makefile')
-rw-r--r--reset/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/reset/Makefile b/reset/Makefile
deleted file mode 100644
index 9f796b7..0000000
--- a/reset/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# House of mozart statistic reseter (c) 2003 Oliver
-# -================================================-
-
-CC = gcc
-CFLAGS += -O2 -I`pg_config --includedir` -L`pg_config --libdir` -lpq
-
-DESTDIR = /usr/local/bin
-BIN = reset
-
-all:
- $(CC) $(CFLAGS) reset.c -o $(BIN)
-
-
-clean:
- rm -rf *~ *.o $(BIN)