Skip to content

Commit

Permalink
Updated go version and removed un required files
Browse files Browse the repository at this point in the history
  • Loading branch information
bjconlan committed Apr 10, 2012
1 parent 1f58d42 commit 8db10da
Show file tree
Hide file tree
Showing 7 changed files with 113 additions and 1,912 deletions.
12 changes: 4 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,19 @@ BUILDDIR=out
CC=6g
LD=6l

#${BUILDDIR}/exp/fsnotify/fsnotify.linux.6
# Order specific!
OBJS=${BUILDDIR}/exp/fsnotify/fsnotify.6 \
${BUILDDIR}/livereload/http_server.6 \
${BUILDDIR}/livereload.6

all: livereload

init:
mkdir -p ${BUILDDIR}/livereload

#tmp build
${BUILDDIR}/exp/fsnotify/fsnotify.6:
mkdir -p ${BUILDDIR}/exp/fsnotify
$(CC) -o ${BUILDDIR}/exp/fsnotify/fsnotify.6 src/exp/fsnotify/fsnotify.go src/exp/fsnotify/fsnotify_bsd.go

${BUILDDIR}/%.6 : src/%.go ${BUILDDIR}/exp/fsnotify/fsnotify.6 init
${BUILDDIR}/exp/fsnotify/fsnotify.6: init
$(CC) -o ${BUILDDIR}/exp/fsnotify.6 src/exp/fsnotify/fsnotify.go src/exp/fsnotify/fsnotify_bsd.go

${BUILDDIR}/%.6 : src/%.go ${BUILDDIR}/exp/fsnotify/fsnotify.6
$(CC) -o $@ -I ${BUILDDIR} $<

livereload: ${OBJS}
Expand Down
22 changes: 0 additions & 22 deletions src/exp/fsnotify/Makefile

This file was deleted.

263 changes: 0 additions & 263 deletions src/exp/fsnotify/fsnotify_linux.go

This file was deleted.

Loading

0 comments on commit 8db10da

Please sign in to comment.