diff options
Diffstat (limited to 'linux-basics/Makefile')
| -rw-r--r-- | linux-basics/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-basics/Makefile b/linux-basics/Makefile index 72cada2..0a202ea 100644 --- a/linux-basics/Makefile +++ b/linux-basics/Makefile @@ -1,4 +1,4 @@ -SUBDIRS = `ls -1` +SUBDIRS = `ls -1 | grep -v *.tex | grep -v Makefile | grep -v TODO` all clean:: for dir in $(SUBDIRS) ; do \ |
