diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-05 17:21:44 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-05 17:21:44 +0000 |
| commit | 831db744f4c023bd0478631a6050c394497bb2ea (patch) | |
| tree | 42b1f6b54fbd4e611ea71cf09e437d40bac8a46e /build/Makefile.plugins.keyboard | |
| parent | d58799bc25333d6ace95325072c39072aa0e757c (diff) | |
add the mouse plugin to the build system
Diffstat (limited to 'build/Makefile.plugins.keyboard')
| -rw-r--r-- | build/Makefile.plugins.keyboard | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/Makefile.plugins.keyboard b/build/Makefile.plugins.keyboard index e8e95163..497ce797 100644 --- a/build/Makefile.plugins.keyboard +++ b/build/Makefile.plugins.keyboard @@ -40,6 +40,8 @@ clean: $(RM) $(target) $(objects) $(RM) $(srcdir)/*\~ +distclean: + -include $(deps) .PHONY: all install uninstall clean distclean |
