restructure the repository to be Cyclone only
[cyclone68000.git] / Pico / Makefile
diff --git a/Pico/Makefile b/Pico/Makefile
deleted file mode 100644 (file)
index 36e893b..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-\r
-# Makefile for GP32\r
-\r
-export CCBASE=D:/Devkitadv\r
-export CUSER=-DLITTLE_ENDIAN -DGP32 -W -Wall\r
-include $(CCBASE)/gp32.mk\r
-\r
-OBJS = Area.o Cart.o Disa.o Draw.o Memory.o Pico.o Psnd.o \\r
-       Sek.o Sine.o VideoPort.o ym2612.o ../Cyclone/Cyclone.o\r
-\r
-Pico.a: $(OBJS)\r
-       ar -rs $@ $(OBJS)\r
-\r
-\r
-Draw.o: Draw.cpp\r
-       gcc $(CFLAGS) -S $<\r
-       gcc $(CFLAGS) -c $<\r