From e66416cce09301773a9ec192224efcb62e01fb51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Murias?= Date: Sun, 2 Oct 2011 16:01:33 +0200 Subject: [PATCH] make clean now removes .so files from obj --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aa29ae22..b857672c 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ p6eval: all $(RUN_CLR) run/Niecza.exe -C CORE Test JSYNC clean: - @rm -f obj/*.dll obj/*.exe obj/*.nam + @rm -f obj/*.dll obj/*.exe obj/*.nam obj/*.so @rm -f run/Niecza.exe @rm -f run/*.dll @rm -f run/*.dll.so