summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 2e53210..58e696e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,2 @@
-# $Id$
-
-PROG= snow
-NOMAN=
-DPADD= ${LIBCURSES}
-LDADD= -lcurses
-
-.include <bsd.prog.mk>
+snow: snow.c
+ $(CC) -o $@ $? -lcurses