From fd3d9a5057f94f7781cc8c90ebe4d9ed5420505d Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Wed, 22 Sep 2010 23:27:59 -0700 Subject: [PATCH] fixed makefile, removed reference to missing target --- deps/nicefloats/makefile | 2 +- makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/nicefloats/makefile b/deps/nicefloats/makefile index 1108888..231c221 100644 --- a/deps/nicefloats/makefile +++ b/deps/nicefloats/makefile @@ -1,7 +1,7 @@ compile: ./rebar compile -test: force +test: ./rebar eunit clean: diff --git a/makefile b/makefile index 1108888..231c221 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ compile: ./rebar compile -test: force +test: ./rebar eunit clean: