xref: /aosp_15_r20/external/wpa_supplicant_8/src/fst/Makefile (revision 03f9172ca588f91df233974f4258bab95191f931)
1all:
2	@echo Nothing to be made.
3
4clean:
5	rm -f *~ *.o *.d
6
7install:
8	@echo Nothing to be made.
9