Skip to content

Commit

Permalink
Adjust INSTALL file to mention clang
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesderlin committed Feb 25, 2016
1 parent ab62671 commit e017f4f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions INSTALL
@@ -1,8 +1,10 @@
To build dropt: To build dropt:


For systems using gcc and GNU make: For systems using GNU make:


make -f Makefile.gcc [OPTIONS] [TARGETS] make -f Makefile.[COMPILER] [OPTIONS] [TARGETS]

where COMPILER may be `gcc` or `clang`.




For systems using Microsoft's C/C++ compiler (MSVC): For systems using Microsoft's C/C++ compiler (MSVC):
Expand Down

0 comments on commit e017f4f

Please sign in to comment.