]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - boggle/mkindex/Makefile
Get all the games compiling for iOS
[bsdgames-darwin.git] / boggle / mkindex / Makefile
index 8926c1a09b48d605e93d3b777862c9268689618c..a28736f4269343c4482369fef54df086d1b0fb0f 100644 (file)
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.11 2018/05/01 19:59:44 christos Exp $
-#      @(#)Makefile    8.1 (Berkeley) 6/11/93
+mkindex: mkindex.c
+       clang -o mkindex mkindex.c -I../boggle
 
-.include <bsd.hostinit.mk>
+clean:
+       rm -f mkindex
 
-HOSTPROG=      mkindex
-HOST_CPPFLAGS+=        -I${.CURDIR}/../boggle
+all: mkindex
 
-.include <bsd.hostprog.mk>
+.PHONY: all clean