Skip to content

Commit

Permalink
Gestion rudimentaire du MIME.
Browse files Browse the repository at this point in the history
  • Loading branch information
george committed Jul 1, 2007
1 parent 9a66f4e commit 69fde56
Show file tree
Hide file tree
Showing 5 changed files with 1,747 additions and 5,116 deletions.
3 changes: 0 additions & 3 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ DESTDIR=

all:
+ cd src && ${MAKE} all
+ cd po && ${MAKE} all

clean:
+ cd src && ${MAKE} clean
+ cd po && ${MAKE} clean

flrn:
+ cd src && ${MAKE} flrn
Expand All @@ -16,4 +14,3 @@ depend:

install:
+ cd src && ${MAKE} install
+ cd po && ${MAKE} install
Loading

0 comments on commit 69fde56

Please sign in to comment.