Index: /trunk/pstest/Makefile
===================================================================
--- /trunk/pstest/Makefile	(revision 5613)
+++ /trunk/pstest/Makefile	(revision 5614)
@@ -1,3 +1,3 @@
-default: pstest
+default: tests
 help:
 	@echo "USAGE: make pstest"
@@ -16,15 +16,4 @@
 CFLAGS	=	$(INCS) -std=c99 -Wall -Werror -g
 LFLAGS	=	$(LIBS) 
-
-PSTEST = \
-$(SRC)/pstest.$(ARCH).o            \
-$(SRC)/psLibUtils.$(ARCH).o        \
-$(SRC)/pstArguments.$(ARCH).o
-
-pstest: $(BIN)/pstest.$(ARCH)
-$(BIN)/pstest.$(ARCH) : $(PSTEST)
-$(PSTEST): $(SRC)/pstest.h
-
-INSTALL = pstest
 
 TESTS = \
