From 89521c76bba91beb478ff947c24307ae77c90e21 Mon Sep 17 00:00:00 2001 From: ponchio Date: Fri, 8 Oct 2004 09:57:09 +0000 Subject: [PATCH] Removed. --- apps/gcc_make/Makefile-cygwin | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 apps/gcc_make/Makefile-cygwin diff --git a/apps/gcc_make/Makefile-cygwin b/apps/gcc_make/Makefile-cygwin deleted file mode 100644 index bc2965bd..00000000 --- a/apps/gcc_make/Makefile-cygwin +++ /dev/null @@ -1,15 +0,0 @@ - -ADIRS=./* -MAKE = make -app: - @for DIRS in apps/$(ADIRS);do \ - (cd $${DIRS}; $(MAKE) app ) \ - done\ - -clean: - @for DIRS in apps/$(ADIRS);do \ - (cd $${DIRS}; rm *.o ) \ - done\ - - -