mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
lo.mk: Now not deleting YLo*.cpp anymore on clean target
This commit is contained in:
parent
91516f420f
commit
d56e9c204f
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ install: $(INSTALLED_LOADABLE_OBJ_LIBS)
|
|||
clean: clean.lo
|
||||
|
||||
clean.lo: profclean
|
||||
rm -f *.o *.cpp *.so *.done *.dll
|
||||
rm -f $(filter-out $(CPP_PREFIX)%.cpp,$(wildcard *.o *.cpp *.so *.done *.dll))
|
||||
|
||||
$(SO_PREFIX)%.so $(SO_PREFIX)%.dll: %.o
|
||||
$(CPP) -shared $^ $(LDFLAGS) -o $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue