diff --git a/samples/wrapper/Makefile b/samples/wrapper/Makefile index 01cf8fc01f..c20af9446d 100644 --- a/samples/wrapper/Makefile +++ b/samples/wrapper/Makefile @@ -30,6 +30,10 @@ clean: distclean distclean: rm -f $(PROGS) *.o libstdc++.a +install: all + +.PHONY: install all distclean clean + REGEXP_OBJS = \ regexp.o \ regsub.o \