Changeset 23 for trunk/src/Makefile


Ignore:
Timestamp:
06/07/05 21:19:46 (19 years ago)
Author:
tim
Message:

fixed bug in build system

removed -ggdb option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile

    r5 r23  
    99
    1010$(REGLOOKUP): reglookup.c
    11         $(CC) $(OPTS) -o $@ reglookup.c
     11        $(CC) $(CFLAGS) $(OPTS) -o $@ reglookup.c
Note: See TracChangeset for help on using the changeset viewer.