summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-07-01 20:34:18 +0200
committerLennart Poettering <lennart@poettering.net>2008-07-01 20:34:18 +0200
commit25a3632fd96b60cf501fc1a7a96eef2e9103816e (patch)
tree4f5214e634d2a2fc19a8e40f7a4b0a99d9c648e9 /Makefile
parentfc7fd150835589a27a0447254a3b0ecb0612ee41 (diff)
autoconfization
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 396c5bf..0000000
--- a/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-CFLAGS=-pipe -Wall -W -O0 -g -I.
-LIBS=
-
-all: skdump sktest
-
-skdump: atasmart.o skdump.o
- $(CC) -o $@ $^ $(CFLAGS) $(LIBS)
-
-sktest: atasmart.o sktest.o
- $(CC) -o $@ $^ $(CFLAGS) $(LIBS)
-
-clean:
- rm -f skdump sktest *.o