M7350/filesystems/mtd-utils/tests/fs-tests/lib/Makefile

19 lines
166 B
Makefile
Raw Permalink Normal View History

2024-09-09 08:57:42 +00:00
ifeq ($(origin CC),default)
CC = gcc
endif
CFLAGS := $(CFLAGS) -Wall -g -O2
LDFLAGS := $(LDFLAGS)
all: tests.o
tests.o: tests.h
clean:
rm -f *.o
tests:
echo