diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -110,7 +110,8 @@ ncurses: ncurses.o @echo Linking $< ... - @$(CC) $(LDFLAGS) -o $@ $< -lncursesw + @#$(CC) $(LDFLAGS) -o $@ $< -lncursesw + @$(CC) $(LDFLAGS) -o $@ $< -lncurses numerierung: numerierung.o @echo Linking $< ... @@ -166,7 +167,8 @@ crypt: crypt.o @echo Linking $< ... - @$(CC) $(LDFLAGS) -o $@ $< -lcrypt + @#$(CC) $(LDFLAGS) -o $@ $< -lcrypt + @$(CC) $(LDFLAGS) -o $@ $< tokenpasting: tokenpasting.o @echo Linking $< ...