summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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