From 6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 8 Jan 2007 23:52:01 +0000 Subject: Splitting out www git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11952 a1c6a512-1295-4272-9138-f99709370657 --- www/sh-win/Makefile | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 www/sh-win/Makefile (limited to 'www/sh-win/Makefile') diff --git a/www/sh-win/Makefile b/www/sh-win/Makefile deleted file mode 100644 index 751a62f256..0000000000 --- a/www/sh-win/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ - -SRC := $(wildcard *.t) -OBJS := $(SRC:%.t=%.html) - -all: $(OBJS) - -%.html : %.t - $(ACTION) $< -- cgit v1.2.3