Commit 11d3cfa3bbf784220a9920be351f28a5aa9342e0

Authored by Jeff Buchbinder
1 parent 8007af72

Fix target for module build.

Showing 1 changed file with 1 additions and 1 deletions
Makefile
1 1  
2 2 all: clean
3   - make -C module all
  3 + make -C module default
4 4 make -C pts all
5 5  
6 6 clean:
... ...