mlibc/toplevel.makefile
2015-11-15 19:19:53 +01:00

13 lines
141 B
Makefile

.DEFAULT_GOAL = all
include $(TREE_PATH)/rules.makefile
$(call include_dir,libc)
.PHONY: all clean gen
all: all-libc
clean: clean-libc