From 1cd36752edad4477dc9be0b245fe6197c657dec6 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Mon, 9 Oct 2017 13:52:49 +0200 Subject: [PATCH] Add 'opensim' to phony targets. --- AVsitter2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AVsitter2/Makefile b/AVsitter2/Makefile index bbfb68e..f7629b1 100644 --- a/AVsitter2/Makefile +++ b/AVsitter2/Makefile @@ -89,4 +89,4 @@ $(OSZIP): $(OPENSIM) %.oss: %.lsl $(PYTHON) build-aux.py oss-process $< > $@ -.PHONY : all clean optimized +.PHONY : all clean optimized opensim