historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/skiboot/external/pflash/Makefile.dist

11 lines
142 B
Makefile
Raw Normal View History

2024-01-16 11:20:27 -06:00
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)