ubuntu-buildroot/output/build/host-attr-2.5.1/examples/Makefile

10 lines
106 B
Makefile
Raw Normal View History

2024-04-01 15:19:46 +00:00
CFLAGS = -g -Wall -I../include
LDFLAGS = -lattr
PROGS = copyattr
all : $(PROGS)
clean:
rm -f $(PROGS)