Skip to content

Commit

Permalink
Fixed duplicate target
Browse files Browse the repository at this point in the history
  • Loading branch information
Pseudomanifold committed Dec 21, 2016
1 parent 871d694 commit 2728b64
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2728b64

Please sign in to comment.