Ignore:
Timestamp:
09/19/2007 11:06:52 PM (19 years ago)
Author:
David Owen <dsowen@…>
branch-nick:
tui
revision id:
dsowen@fugue88.ws-20070919230652-gcf3h1qwf86lq8j7
Message:

Using my own menu library to ease memory management and pointer logic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tag/last-working/Makefile

    r1 r2  
    1 menu2.so: menu2
     1menu2.so: menu2.c
     2        rm -f menu2.so
     3        gcc -shared -fPIC -o menu2.so menu2.c -lmenu -Wall -pedantic
Note: See TracChangeset for help on using the changeset viewer.