8 lines
104 B
Makefile
8 lines
104 B
Makefile
|
CFLAGS = -Wall
|
||
|
|
||
|
TEST_GEN_FILES := open-unlink create-read
|
||
|
TEST_PROGS := efivarfs.sh
|
||
|
|
||
|
include ../lib.mk
|
||
|
|