mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-23 23:49:45 +07:00
a41a0e28c2
Not hooked up to the build yet.
7 lines
84 B
Makefile
7 lines
84 B
Makefile
SUBDIRS = klibc
|
|
|
|
all:
|
|
|
|
%:
|
|
@set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
|