commit dc27b83e1aaea41c1edb85bc06a4677bb916c4da parent eb4e78cecb301ba8ac99d2466427f1d40c05a986 Author: Michael Savage <mikejsavage@gmail.com> Date: Sun Jun 25 19:39:28 +0300 Make all build targets phony because it fixes the build on Windows (no idea why) Diffstat:
Makefile | | | 2 | +- |
diff --git a/Makefile b/Makefile @@ -1,5 +1,5 @@ all: debug -.PHONY: release +.PHONY: debug asan release clean debug: @lua make.lua > gen.mk