jef@well.sf.ca.us (Jef Poskanzer) (12/22/90)
*** Makefile.old Fri Dec 21 14:05:00 1990 --- Makefile Fri Dec 21 13:58:54 1990 *************** *** 5,8 **** LIBS = -ltermcap xmascard: xmascard.c ! $(CC) $(CFLAGS) -o xmascard $(LIBS) --- 5,8 ---- LIBS = -ltermcap xmascard: xmascard.c ! $(CC) $(CFLAGS) xmascard.c -o xmascard $(LIBS)