From 9307fa69feed3a72927858538fbed9546c0fd451 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Mon, 12 Nov 2018 20:35:57 -0500 Subject: Command-line parsing and miscellaneous fixes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2f6fb3c..03ee62e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ CXXFLAGS=$(CFLAGS) all: genrand circgraph Makefile genrand: genrand.o circgraph: main.o - $(CXX) -o $@ $< $(CFLAGS) + $(CXX) -o $@ $< $(CXXFLAGS) clean: rm -f genrand circgraph *.o -- cgit v1.1