wok view proxytunnel/stuff/patches/Makefile-1.10 @ rev 25556

created recipes for nted and nted-lang
author Hans-G?nter Theisgen
date Sat Apr 22 14:54:15 2023 +0100 (14 months ago)
parents
children
line source
1 --- Makefile.orig
2 +++ Makefile
3 @@ -87,7 +87,6 @@
4 install:
5 install -d $(DESTDIR)$(bindir)
6 install -p -m555 $(name) $(DESTDIR)$(bindir)
7 - $(MAKE) -C docs install
9 .c.o:
10 $(CC) $(CPPFLAGS) $(CFLAGS) $(OPTFLAGS) -c -o $@ $<