From bc57d9b650655618bf05ce5324114559319fa871 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Sun, 30 Mar 2008 20:48:25 +0200 Subject: Rename the test directory in the gutter directory to gutter to be moved to the test in the io/src directory. --- digital/io/src/gutter/test/Makefile | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 digital/io/src/gutter/test/Makefile (limited to 'digital/io/src/gutter/test/Makefile') diff --git a/digital/io/src/gutter/test/Makefile b/digital/io/src/gutter/test/Makefile deleted file mode 100644 index 21470810..00000000 --- a/digital/io/src/gutter/test/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -BASE= .. - -all: main.c $(BASE)/gutter.c $(BASE)/gutter_cb.c - gcc -g -O2 -Wall main.c $(BASE)/gutter.c $(BASE)/gutter_cb.c -o fsm - -clean: fsm - rm -f fsm -- cgit v1.2.3