summaryrefslogtreecommitdiff
path: root/phnxdeco/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'phnxdeco/Makefile')
-rw-r--r--phnxdeco/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/phnxdeco/Makefile b/phnxdeco/Makefile
deleted file mode 100644
index d44c3e7..0000000
--- a/phnxdeco/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-CFLAGS = -g -fpack-struct -Wall
-CC = gcc
-
-OBJS = kernel.o phnxdeco.o
-
-all: phnxdeco
-
-clean:
- rm -f *.o
- rm -f phnxdeco
-
-phnxdeco: $(OBJS)
- $(CC) $(CFLAGS) $(OBJS) -o phnxdeco