summaryrefslogtreecommitdiff
path: root/tests/fs-tests/lib/Makefile
blob: 8d57824069c5def6288301eee1deb97b88bda335 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

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