From 67c0930cbe7d0646cf4e4dee157ea553ee8a045a Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 11 Oct 2006 14:33:07 +0000 Subject: Bugfixes, and pymake removal. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2257ecc..7e45c16 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: pymake +.PHONY: build -pymake: - pymake +build: + build -- cgit v1.2.3