From 2728b64283c1cdd3f1bcdcd175d2edea6b95061c Mon Sep 17 00:00:00 2001 From: Bastian Rieck Date: Wed, 21 Dec 2016 17:28:33 +0100 Subject: [PATCH] Fixed duplicate target --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index e391f3d..fd1d87f 100644 --- a/Makefile +++ b/Makefile @@ -21,10 +21,6 @@ libpsalm: @mkdir build; cd build; cmake ../.; make psalm; cp libpsalm.a ../ -# Test for libpsalm -libpsalm_test: libpsalm_test.o Makefile - $(CC) libpsalm_test.o -L. -lpsalm -o libpsalm_test - # Test for libpsalm libpsalm_test: libpsalm_test.o Makefile $(CC) libpsalm_test.o -L. -lpsalm -o libpsalm_test