aboutsummaryrefslogtreecommitdiff
path: root/external/pflash/Makefile.dist
blob: 46edcb13c9050f175e370470bc93ca73bd7c2fe2 (plain)
1
2
3
4
5
6
7
8
9
10
include rules.mk
GET_ARCH = common/get_arch.sh
include common/rules.mk

all: $(EXE)

clean:
	rm -f $(OBJS) *.o
distclean: clean
	rm -f $(EXE)