Ignore:
Timestamp:
06/28/16 14:29:15 (8 years ago)
Author:
dbaack
Message:
Bugfixes and gcc-5 compability changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Corsika7500Compatibility/Makefile

    r18451 r18526  
    116116RNDMNAME:=$(shell mktemp)
    117117
    118 all: $(SOLIB) $(PROGRAMS)
     118all: gcc  $(SOLIB) $(PROGRAMS)
    119119        @echo " Done. "
    120120        @echo " "
     121
     122gcc:
     123        @echo "gcc -v"
     124        $(CC) -v
    121125
    122126static: LIBS=$(SUBDIRS:=/*.o) $(OBJS)
Note: See TracChangeset for help on using the changeset viewer.