diff options
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 ----------------------- |