diff options
author | Christian Pointner <equinox@anytun.org> | 2009-02-18 13:11:55 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-02-18 13:11:55 +0000 |
commit | aab25c91cb073e5cf9c3bc82380d005ab2e9e42f (patch) | |
tree | 175355a5541ce108f9a66b2f76b66933a48f4cc6 /src | |
parent | small cleanup (diff) |
small cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 89570a2..3a346cf 100644 --- a/src/Makefile +++ b/src/Makefile @@ -84,6 +84,7 @@ distclean: clean clean: rm -f *.o rm -f *.d + rm -f *.d.* rm -f $(EXECUTABLE) manpage: |