summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6be08cb..649aad5 100644
--- a/Makefile
+++ b/Makefile
@@ -29,14 +29,13 @@ build: genversion $(OBJ)
$(CC) $(CFLAGS) -c $<
-
all: clean build
.PHONY: clean
clean:
rm -df $(OBJ) test.o version.h
- rm -R $(BUILDDIR)
+ rm -Rdf $(BUILDDIR)/lib $(BUILDDIR)/inc $(BUILDDIR)/test
run: test
./$(BUILDDIR)/test/test