Changeset 37 for trunk/src/Makefile


Ignore:
Timestamp:
07/30/05 23:25:40 (19 years ago)
Author:
tim
Message:

Added basic command line argument parsing. Only prefix_filter option works right now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile

    r36 r37  
    1212        $(CC) $(CFLAGS) $(OPTS) -o $@ reglookup.o $(LIBS)
    1313
    14 reglookup.o:
     14reglookup.o: reglookup.c
    1515        $(CC) $(CFLAGS) $(OPTS) -c -o $@ reglookup.c
    1616
Note: See TracChangeset for help on using the changeset viewer.