diff options
author | Andres Mejia <mcitadel@gmail.com> | 2011-07-17 00:01:57 -0400 |
---|---|---|
committer | Andres Mejia <mcitadel@gmail.com> | 2011-07-17 00:01:57 -0400 |
commit | 78fa4583a4b05e3d02c26d50d69e32afa5f7ea40 (patch) | |
tree | 17d637dd9670b61318b6f90cd7a8e6a18a8f9aab /lib/asap | |
parent | a6c21d8bb65284791d33da240ca15aa0fdd851ae (diff) |
Add 'mads' program to be cleaned during 'make clean'.
Diffstat (limited to 'lib/asap')
-rw-r--r-- | lib/asap/mads/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/asap/mads/Makefile b/lib/asap/mads/Makefile index 7d4570580a..17f0365c39 100644 --- a/lib/asap/mads/Makefile +++ b/lib/asap/mads/Makefile @@ -2,6 +2,8 @@ ARCH=i486-linux OBJS=mads.o +CLEAN_FILES=mads + all: mads.o mads.o: mads.pas |