mlibc/toplevel.makefile

13 lines
141 B
Plaintext
Raw Normal View History

2015-11-15 19:19:53 +01:00
.DEFAULT_GOAL = all
include $(TREE_PATH)/rules.makefile
$(call include_dir,libc)
.PHONY: all clean gen
all: all-libc
clean: clean-libc