Changeset fc0b9bf for Makefile


Ignore:
Timestamp:
05/28/15 19:04:06 (9 years ago)
Author:
Hal Finkel <hfinkel@…>
Branches:
master
Children:
430548b
Parents:
65ecf6c
git-author:
Hal Finkel <hfinkel@…> (05/28/15 19:04:06)
git-committer:
Hal Finkel <hfinkel@…> (05/28/15 19:04:06)
Message:

make building with gcc work too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r65ecf6c rfc0b9bf  
    11CC = /soft/compilers/bgclang/wbin/bgclang 
    2 CFLAGS = -O3 -g 
     2CFLAGS = -std=gnu99 -O3 -g 
    33 
    44CPPFLAGS = 
Note: See TracChangeset for help on using the changeset viewer.