summaryrefslogtreecommitdiff
path: root/src/grt/config/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/config/Makefile')
-rw-r--r--src/grt/config/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/grt/config/Makefile b/src/grt/config/Makefile
deleted file mode 100644
index 7d5f57d..0000000
--- a/src/grt/config/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-CFLAGS=-Wall -g
-
-#ARCH_OBJS=i386.o linux.o
-ARCH_OBJS=ppc.o linux.o
-
-teststack: teststack.o $(ARCH_OBJS)
- $(CC) -o $@ $< $(ARCH_OBJS)
-
-ppc.o: ppc.S
- $(CC) -c -o $@ -g $<
-
-clean:
- $(RM) -f *.o *~ teststack
-