diff options
author | B. Bogart <bbogart@users.sourceforge.net> | 2004-03-20 23:52:48 +0000 |
---|---|---|
committer | B. Bogart <bbogart@users.sourceforge.net> | 2004-03-20 23:52:48 +0000 |
commit | 5f5d0e049b13f5bdf0d7e0425204c8ad5c01cd17 (patch) | |
tree | 4c6143bf30195b349f48a4d336f228c5bea84243 /popup/makefile | |
parent | 91f0dbd5956391b11ecf9bbbea315ac68e9386ba (diff) |
Made minor documentation changes to popup. Added entry external.
svn path=/trunk/externals/bbogart/; revision=1459
Diffstat (limited to 'popup/makefile')
-rw-r--r-- | popup/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/popup/makefile b/popup/makefile index b39c62b..6b85a4e 100644 --- a/popup/makefile +++ b/popup/makefile @@ -1,7 +1,7 @@ current: echo make pd_linux, pd_nt, pd_irix5, or pd_irix6 -clean: ; rm -f *.pd_linux *.o +clean: ; rm -f popup.pd_{linux,nt,irix?,darwin} *.o # ----------------------- NT ----------------------- |