blob: 3d0d206408c2f88dda2961230df2a06d9352e5f8 [file] [log] [blame]
CFLAGS += -w -O
LDFLAGS +=
SRCS=$(wildcard *.c)
TARGETS=$(patsubst %.c,%,$(SRCS))
all: $(TARGETS)
install:
ln -f fsxtest ../../../bin
clean:
rm -f $(TARGETS)