diff --git a/Makefile b/Makefile index 718d768..59c22e7 100644 --- a/Makefile +++ b/Makefile @@ -3,11 +3,6 @@ CC=gcc CCOPT=-lncurses -lpanel -ifeq ($(OS), Windows_NT) - # Cygwin - #CCOPT= -I/usr/include/ncurses -endif - .SUFFIXES: .c .o $(PROGRAM): $(OBJS)