OSDN Git Service

selftests: remove duplicated all and clean target
[tomoyo/tomoyo-test1.git] / tools / testing / selftests / size / Makefile
1
2 get_size: get_size.c
3         $(CC) -static -ffreestanding -nostartfiles -s $< -o $@
4
5 TEST_GEN_PROGS := get_size
6
7 include ../lib.mk