Changeset main,4 for main/Makefile
- Timestamp:
- 09/26/2007 03:46:49 PM (19 years ago)
- branch-nick:
- tui
- revision id:
- dsowen@fugue88.ws-20070926154649-urstxn96pa6a77tc
- File:
-
- 1 edited
-
main/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
main/Makefile
r2 r4 1 menu2.so: menu2.c 2 rm -f menu2.so 3 gcc -shared -fPIC -o menu2.so menu2.c -lmenu -Wall -pedantic 1 all: menu2.so form2.so 2 3 menu2.so: LIBS := -lmenu 4 5 form2.so: LIBS := -lform 6 7 %.so: %.c 8 rm -f $@ 9 gcc -shared -fPIC -o $@ $< $(LIBS) -Wall -pedantic
Note: See TracChangeset
for help on using the changeset viewer.
