diff options
| author | Franklin Wei <me@fwei.tk> | 2018-11-12 20:35:57 -0500 |
|---|---|---|
| committer | Franklin Wei <me@fwei.tk> | 2018-11-12 20:35:57 -0500 |
| commit | 9307fa69feed3a72927858538fbed9546c0fd451 (patch) | |
| tree | 2be1fe72e022c7e8e22f206b5fa434b1603f43d5 /Makefile | |
| parent | bb87e0d168d01ca4a02d6d438f165e6f20bebbf0 (diff) | |
| download | circgraph-9307fa69feed3a72927858538fbed9546c0fd451.zip circgraph-9307fa69feed3a72927858538fbed9546c0fd451.tar.gz circgraph-9307fa69feed3a72927858538fbed9546c0fd451.tar.bz2 circgraph-9307fa69feed3a72927858538fbed9546c0fd451.tar.xz | |
Command-line parsing and miscellaneous fixes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |