Navigation Menu

Skip to content

Commit

Permalink
Change azpmem to use g++
Browse files Browse the repository at this point in the history
Did I change it to use gcc, maybe I remember doing something that odd at
one point
  • Loading branch information
Greg Bowyer committed Aug 19, 2013
1 parent c7165df commit 91e81d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azpmem/Makefile
Expand Up @@ -3,7 +3,7 @@ INCDIR=/usr/include
LIBDIR=/lib64

azpmem: azpmem.c
gcc -o azpmem azpmem.c -I$(INCDIR) -DAZNIX_API_VERSION=200 -L$(LIBDIR) -laznix -lpthread
g++ -o azpmem azpmem.c -I$(INCDIR) -DAZNIX_API_VERSION=200 -L$(LIBDIR) -laznix -lpthread

clean: FORCE
rm -f azpmem azpmem.o
Expand Down

0 comments on commit 91e81d7

Please sign in to comment.