[comp.sources.games.bugs] v12i015: xmascard - a video christmas card, Part01/01

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)